Html Css Color HEX #091BAE International Klein Blue

📋 copy color: '#091BAE'

red 9 ◦ green 27 ◦ blue 174

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

Shades of International Klein Blue #091BAE

Tints of International Klein Blue #091BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 82.86%

R = 4.29%
G = 12.86%
B = 82.86%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#091BAE (or 0x091BAE) is known color: International Klein Blue. HEX triplet: 09, 1B and AE. RGB value is (9,27,174). Sum of RGB (Red+Green+Blue) = 9+27+174=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #091BAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091BAE is #F6E451. Grayscale: #252525. Windows color (decimal): -16180306 or 11410185. OLE color: 11410185.

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

Color convert

RGB 9 27 174 -
CMYK 0.95 0.84 0 0.32
HSL 233.45º 0.9% 0.36% -
HSV(B) 233.45º 0.95% 0.68% -
XYZ 8.14 3.9 40.37 -
YUV 38.38 204.54 107.05 -
System Red Green Blue C M Y K H S L
Decimal 9 27 174 0.95 0.84 0 0.32 233.45 0.9 0.36
Hex 9 1B AE 5F 54 0 20 E9 5A 24
Octal 11 33 256 137 124 0 40 351 132 44
Binary 1001 11011 10101110 1011111 1010100 0 100000 11101001 1011010 100100

Color Harmonies of #091BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BAE

Black with #091BAE

Text Example


Text Example

White with #091BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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