Html Css Color HEX #091BA7 International Klein Blue

📋 copy color: '#091BA7'

red 9 ◦ green 27 ◦ blue 167

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

Shades of International Klein Blue #091BA7

Tints of International Klein Blue #091BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 82.27%

R = 4.43%
G = 13.3%
B = 82.27%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#091BA7 (or 0x091BA7) is known color: International Klein Blue. HEX triplet: 09, 1B and A7. RGB value is (9,27,167). Sum of RGB (Red+Green+Blue) = 9+27+167=203 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.43% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 167 (65.62% from 255 or 82.27% from 203); Max value from RGB is 167 - color contains mainly: blue. Hex color #091BA7 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091BA7 is #F6E458. Grayscale: #252525. Windows color (decimal): -16180313 or 10951433. OLE color: 10951433.

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

Color convert

RGB 9 27 167 -
CMYK 0.95 0.84 0 0.35
HSL 233.16º 0.9% 0.35% -
HSV(B) 233.16º 0.95% 0.65% -
XYZ 7.48 3.63 36.87 -
YUV 37.58 201.04 107.62 -
System Red Green Blue C M Y K H S L
Decimal 9 27 167 0.95 0.84 0 0.35 233.16 0.9 0.35
Hex 9 1B A7 5F 54 0 23 E9 5A 23
Octal 11 33 247 137 124 0 43 351 132 43
Binary 1001 11011 10100111 1011111 1010100 0 100011 11101001 1011010 100011

Color Harmonies of #091BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BA7

Black with #091BA7

Text Example


Text Example

White with #091BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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