Html Css Color HEX #091BA8 International Klein Blue

📋 copy color: '#091BA8'

red 9 ◦ green 27 ◦ blue 168

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

Shades of International Klein Blue #091BA8

Tints of International Klein Blue #091BA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 82.35%

R = 4.41%
G = 13.24%
B = 82.35%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#091BA8 (or 0x091BA8) is known color: International Klein Blue. HEX triplet: 09, 1B and A8. RGB value is (9,27,168). Sum of RGB (Red+Green+Blue) = 9+27+168=204 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.41% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 168 (66.02% from 255 or 82.35% from 204); Max value from RGB is 168 - color contains mainly: blue. Hex color #091BA8 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091BA8 is #F6E457. Grayscale: #252525. Windows color (decimal): -16180312 or 11016969. OLE color: 11016969.

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

Color convert

RGB 9 27 168 -
CMYK 0.95 0.84 0 0.34
HSL 233.21º 0.9% 0.35% -
HSV(B) 233.21º 0.95% 0.66% -
XYZ 7.57 3.67 37.35 -
YUV 37.69 201.54 107.54 -
System Red Green Blue C M Y K H S L
Decimal 9 27 168 0.95 0.84 0 0.34 233.21 0.9 0.35
Hex 9 1B A8 5F 54 0 22 E9 5A 23
Octal 11 33 250 137 124 0 42 351 132 43
Binary 1001 11011 10101000 1011111 1010100 0 100010 11101001 1011010 100011

Color Harmonies of #091BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BA8

Black with #091BA8

Text Example


Text Example

White with #091BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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