#092DB4

Color #092DB4 International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #092DB4

Tints of International Klein Blue #092DB4

Color information

#092DB4 (or 0x092DB4) is unknown color: approx International Klein Blue. HEX triplet: 09, 2D and B4. RGB value is (9,45,180). Sum of RGB (Red+Green+Blue) = 9+45+180=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 45 (17.97% from 255 or 19.23% from 234); Blue value is 180 (70.70% from 255 or 76.92% from 234); Max value from RGB is 180 - color contains mainly: blue. Hex color #092DB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DB4 is #F6D24B. Grayscale: #313131. Windows color (decimal): -16175692 or 11808009. OLE color: 11808009.

HSL color Cylindrical-coordinate representation of color #092DB4: hue angle of 227.37º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DB4 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB945180-
CMYK0.950.7500.29
HSL227.37º90.48%37.06%-
HSV(B)227.37º95%70.59%-
XYZ9.295.2343.7-
YUV49.63201.5799.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 45 (17.97% from 255) = 19.23%
BLUE value IS 180 (70.70% from 255) = 76.92%
R=3.85%
G=19.23%
B=76.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9451800.950.7500.29227.3790.4837.06
Hex92DB45F4B01De35a25
Octal115526413711303534313245
Binary10011011011011010010111111001011011101111000111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092DB4; }

 p { color: rgb(9,45,180); }

 H1.HeaderClassName
 {
   color: #092DB4;
 }
 .AnyTagClassName
 {
   color: #092DB4;
 }
</style>
background-color css

<style>
 a { background-color: #092DB4; }

 a { background-color: rgb(9,45,180); }

 div.DivClassName
 {
   background-color: #092DB4;
 }
 .BgClassName
 {
   background-color: #092DB4;
 }
</style>
border-color css

<style>
 span { border-color: #092DB4; }

 span { border-color: rgb(9,45,180); }

 td.TdClassName
 {
   border-color: #092DB4;
 }
 .TagClassName
 {
   border-color: #092DB4;
 }
</style>