Html Css Color HEX #091DAC International Klein Blue

📋 copy color: '#091DAC'

red 9 ◦ green 29 ◦ blue 172

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

Shades of International Klein Blue #091DAC

Tints of International Klein Blue #091DAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 81.9%

R = 4.29%
G = 13.81%
B = 81.9%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#091DAC (or 0x091DAC) is known color: International Klein Blue. HEX triplet: 09, 1D and AC. RGB value is (9,29,172). Sum of RGB (Red+Green+Blue) = 9+29+172=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 29 (11.72% from 255 or 13.81% from 210); Blue value is 172 (67.58% from 255 or 81.90% from 210); Max value from RGB is 172 - color contains mainly: blue. Hex color #091DAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091DAC is #F6E253. Grayscale: #262626. Windows color (decimal): -16179796 or 11279625. OLE color: 11279625.

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

Color convert

RGB 9 29 172 -
CMYK 0.95 0.83 0 0.33
HSL 232.64º 0.9% 0.35% -
HSV(B) 232.64º 0.95% 0.67% -
XYZ 8 3.92 39.36 -
YUV 39.32 202.87 106.37 -
System Red Green Blue C M Y K H S L
Decimal 9 29 172 0.95 0.83 0 0.33 232.64 0.9 0.35
Hex 9 1D AC 5F 53 0 21 E9 5A 23
Octal 11 35 254 137 123 0 41 351 132 43
Binary 1001 11101 10101100 1011111 1010011 0 100001 11101001 1011010 100011

Color Harmonies of #091DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091DAC

Black with #091DAC

Text Example


Text Example

White with #091DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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