Html Css Color HEX #091CAC International Klein Blue

📋 copy color: '#091CAC'

red 9 ◦ green 28 ◦ blue 172

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

Shades of International Klein Blue #091CAC

Tints of International Klein Blue #091CAC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

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

R = 4.31%
G = 13.4%
B = 82.3%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#091CAC (or 0x091CAC) is known color: International Klein Blue. HEX triplet: 09, 1C and AC. RGB value is (9,28,172). Sum of RGB (Red+Green+Blue) = 9+28+172=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 172 (67.58% from 255 or 82.30% from 209); Max value from RGB is 172 - color contains mainly: blue. Hex color #091CAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091CAC is #F6E353. Grayscale: #262626. Windows color (decimal): -16180052 or 11279369. OLE color: 11279369.

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

Color convert

RGB 9 28 172 -
CMYK 0.95 0.84 0 0.33
HSL 233.01º 0.9% 0.35% -
HSV(B) 233.01º 0.95% 0.67% -
XYZ 7.97 3.87 39.36 -
YUV 38.74 203.21 106.79 -
System Red Green Blue C M Y K H S L
Decimal 9 28 172 0.95 0.84 0 0.33 233.01 0.9 0.35
Hex 9 1C AC 5F 54 0 21 E9 5A 23
Octal 11 34 254 137 124 0 41 351 132 43
Binary 1001 11100 10101100 1011111 1010100 0 100001 11101001 1011010 100011

Color Harmonies of #091CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CAC

Black with #091CAC

Text Example


Text Example

White with #091CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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