Html Css Color HEX #091AAC International Klein Blue

📋 copy color: '#091AAC'

red 9 ◦ green 26 ◦ blue 172

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

Shades of International Klein Blue #091AAC

Tints of International Klein Blue #091AAC

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.56%

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

R = 4.35%
G = 12.56%
B = 83.09%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#091AAC (or 0x091AAC) is known color: International Klein Blue. HEX triplet: 09, 1A and AC. RGB value is (9,26,172). Sum of RGB (Red+Green+Blue) = 9+26+172=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 26 (10.55% from 255 or 12.56% from 207); Blue value is 172 (67.58% from 255 or 83.09% from 207); Max value from RGB is 172 - color contains mainly: blue. Hex color #091AAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091AAC is #F6E553. Grayscale: #242424. Windows color (decimal): -16180564 or 11278857. OLE color: 11278857.

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

Color convert

RGB 9 26 172 -
CMYK 0.95 0.85 0 0.33
HSL 233.74º 0.9% 0.35% -
HSV(B) 233.74º 0.95% 0.67% -
XYZ 7.93 3.78 39.34 -
YUV 37.56 203.87 107.63 -
System Red Green Blue C M Y K H S L
Decimal 9 26 172 0.95 0.85 0 0.33 233.74 0.9 0.35
Hex 9 1A AC 5F 55 0 21 EA 5A 23
Octal 11 32 254 137 125 0 41 352 132 43
Binary 1001 11010 10101100 1011111 1010101 0 100001 11101010 1011010 100011

Color Harmonies of #091AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091AAC

Black with #091AAC

Text Example


Text Example

White with #091AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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