Html Css Color HEX #091DA8 International Klein Blue

📋 copy color: '#091DA8'

red 9 ◦ green 29 ◦ blue 168

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

Shades of International Klein Blue #091DA8

Tints of International Klein Blue #091DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 81.55%

R = 4.37%
G = 14.08%
B = 81.55%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#091DA8 (or 0x091DA8) is known color: International Klein Blue. HEX triplet: 09, 1D and A8. RGB value is (9,29,168). Sum of RGB (Red+Green+Blue) = 9+29+168=206 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.37% from 206); Green value is 29 (11.72% from 255 or 14.08% from 206); Blue value is 168 (66.02% from 255 or 81.55% from 206); Max value from RGB is 168 - color contains mainly: blue. Hex color #091DA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DA8 is #F6E257. Grayscale: #262626. Windows color (decimal): -16179800 or 11017481. OLE color: 11017481.

HSL color Cylindrical-coordinate representation of color #091DA8: hue angle of 232.45º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091DA8 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 9 29 168 -
CMYK 0.95 0.83 0 0.34
HSL 232.45º 0.9% 0.35% -
HSV(B) 232.45º 0.95% 0.66% -
XYZ 7.62 3.76 37.37 -
YUV 38.87 200.87 106.7 -
System Red Green Blue C M Y K H S L
Decimal 9 29 168 0.95 0.83 0 0.34 232.45 0.9 0.35
Hex 9 1D A8 5F 53 0 22 E8 5A 23
Octal 11 35 250 137 123 0 42 350 132 43
Binary 1001 11101 10101000 1011111 1010011 0 100010 11101000 1011010 100011

Color Harmonies of #091DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DA8

Black with #091DA8

Text Example


Text Example

White with #091DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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