#092DB7

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

Shades of International Klein Blue #092DB7

Tints of International Klein Blue #092DB7

Color information

#092DB7 (or 0x092DB7) is unknown color: approx International Klein Blue. HEX triplet: 09, 2D and B7. RGB value is (9,45,183). Sum of RGB (Red+Green+Blue) = 9+45+183=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 183 (71.88% from 255 or 77.22% from 237); Max value from RGB is 183 - color contains mainly: blue. Hex color #092DB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #092DB7 is #F6D248. Grayscale: #313131. Windows color (decimal): -16175689 or 12004617. OLE color: 12004617.

HSL color Cylindrical-coordinate representation of color #092DB7: hue angle of 227.59º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #092DB7 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB945183-
CMYK0.950.7500.28
HSL227.59º90.62%37.65%-
HSV(B)227.59º95.08%71.76%-
XYZ9.65.3545.33-
YUV49.97203.0798.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.80%
GREEN value IS 45 (17.97% from 255) = 18.99%
BLUE value IS 183 (71.88% from 255) = 77.22%
R=3.80%
G=18.99%
B=77.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal9451830.950.7500.28227.5990.6237.65
Hex92DB75F4B01Ce45b26
Octal115526713711303434413346
Binary10011011011011011110111111001011011100111001001011011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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