Html Css Color HEX #091DA2 International Klein Blue

📋 copy color: '#091DA2'

red 9 ◦ green 29 ◦ blue 162

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

Shades of International Klein Blue #091DA2

Tints of International Klein Blue #091DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 81%

R = 4.5%
G = 14.5%
B = 81%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#091DA2 (or 0x091DA2) is known color: International Klein Blue. HEX triplet: 09, 1D and A2. RGB value is (9,29,162). Sum of RGB (Red+Green+Blue) = 9+29+162=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 162 (63.67% from 255 or 81% from 200); Max value from RGB is 162 - color contains mainly: blue. Hex color #091DA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DA2 is #F6E25D. Grayscale: #252525. Windows color (decimal): -16179806 or 10624265. OLE color: 10624265.

HSL color Cylindrical-coordinate representation of color #091DA2: hue angle of 232.16º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091DA2 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 29 162 -
CMYK 0.94 0.82 0 0.36
HSL 232.16º 0.89% 0.34% -
HSV(B) 232.16º 0.94% 0.64% -
XYZ 7.07 3.55 34.49 -
YUV 38.18 197.87 107.19 -
System Red Green Blue C M Y K H S L
Decimal 9 29 162 0.94 0.82 0 0.36 232.16 0.89 0.34
Hex 9 1D A2 5E 52 0 24 E8 59 22
Octal 11 35 242 136 122 0 44 350 131 42
Binary 1001 11101 10100010 1011110 1010010 0 100100 11101000 1011001 100010

Color Harmonies of #091DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DA2

Black with #091DA2

Text Example


Text Example

White with #091DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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