Html Css Color HEX #091DB8 International Klein Blue

📋 copy color: '#091DB8'

red 9 ◦ green 29 ◦ blue 184

#091DB8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Klein Blue #091DB8

Tints of International Klein Blue #091DB8

RGB

 RED value IS 9 (3.91% from 255) = 4.05%

 GREEN value IS 29 (11.72% from 255) = 13.06%

 BLUE value IS 184 (72.27% from 255) = 82.88%

R = 4.05%
G = 13.06%
B = 82.88%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#091DB8 (or 0x091DB8) is known color: International Klein Blue. HEX triplet: 09, 1D and B8. RGB value is (9,29,184). Sum of RGB (Red+Green+Blue) = 9+29+184=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 29 (11.72% from 255 or 13.06% from 222); Blue value is 184 (72.27% from 255 or 82.88% from 222); Max value from RGB is 184 - color contains mainly: blue. Hex color #091DB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091DB8 is #F6E247. Grayscale: #282828. Windows color (decimal): -16179784 or 12066057. OLE color: 12066057.

HSL color Cylindrical-coordinate representation of color #091DB8: hue angle of 233.14º 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 #091DB8 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 29 184 -
CMYK 0.95 0.84 0 0.28
HSL 233.14º 0.91% 0.38% -
HSV(B) 233.14º 0.95% 0.72% -
XYZ 9.2 4.4 45.71 -
YUV 40.69 208.87 105.4 -
System Red Green Blue C M Y K H S L
Decimal 9 29 184 0.95 0.84 0 0.28 233.14 0.91 0.38
Hex 9 1D B8 5F 54 0 1C E9 5B 26
Octal 11 35 270 137 124 0 34 351 133 46
Binary 1001 11101 10111000 1011111 1010100 0 11100 11101001 1011011 100110

Color Harmonies of #091DB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DB8

Black with #091DB8

Text Example


Text Example

White with #091DB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #091DB8; }

 p { color: rgb(9,29,184); }

 H1.HeaderClassName
 {
   color: #091DB8;
 }
 .AnyTagClassName
 {
   color: #091DB8;
 }
</style>

background-color css

<style>
 a { background-color: #091DB8; }

 a { background-color: rgb(9,29,184); }

 div.DivClassName
 {
   background-color: #091DB8;
 }
 .BgClassName
 {
   background-color: #091DB8;
 }
</style>

border-color css

<style>
 span { border-color: #091DB8; }

 span { border-color: rgb(9,29,184); }

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