Html Css Color HEX #091BAC International Klein Blue

📋 copy color: '#091BAC'

red 9 ◦ green 27 ◦ blue 172

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

Shades of International Klein Blue #091BAC

Tints of International Klein Blue #091BAC

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.98%

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

R = 4.33%
G = 12.98%
B = 82.69%

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

#091BAC (or 0x091BAC) is known color: International Klein Blue. HEX triplet: 09, 1B and AC. RGB value is (9,27,172). Sum of RGB (Red+Green+Blue) = 9+27+172=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 172 (67.58% from 255 or 82.69% from 208); Max value from RGB is 172 - color contains mainly: blue. Hex color #091BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091BAC is #F6E453. Grayscale: #252525. Windows color (decimal): -16180308 or 11279113. OLE color: 11279113.

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

Color convert

RGB 9 27 172 -
CMYK 0.95 0.84 0 0.33
HSL 233.37º 0.9% 0.35% -
HSV(B) 233.37º 0.95% 0.67% -
XYZ 7.95 3.82 39.35 -
YUV 38.15 203.54 107.21 -
System Red Green Blue C M Y K H S L
Decimal 9 27 172 0.95 0.84 0 0.33 233.37 0.9 0.35
Hex 9 1B AC 5F 54 0 21 E9 5A 23
Octal 11 33 254 137 124 0 41 351 132 43
Binary 1001 11011 10101100 1011111 1010100 0 100001 11101001 1011010 100011

Color Harmonies of #091BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BAC

Black with #091BAC

Text Example


Text Example

White with #091BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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