Html Css Color HEX #091B9F International Klein Blue

📋 copy color: '#091B9F'

red 9 ◦ green 27 ◦ blue 159

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

Shades of International Klein Blue #091B9F

Tints of International Klein Blue #091B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 81.54%

R = 4.62%
G = 13.85%
B = 81.54%

CMYK

 C value IS 0.94

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#091B9F (or 0x091B9F) is known color: International Klein Blue. HEX triplet: 09, 1B and 9F. RGB value is (9,27,159). Sum of RGB (Red+Green+Blue) = 9+27+159=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 27 (10.94% from 255 or 13.85% from 195); Blue value is 159 (62.5% from 255 or 81.54% from 195); Max value from RGB is 159 - color contains mainly: blue. Hex color #091B9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091B9F is #F6E460. Grayscale: #242424. Windows color (decimal): -16180321 or 10427145. OLE color: 10427145.

HSL color Cylindrical-coordinate representation of color #091B9F: hue angle of 232.8º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #091B9F is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 27 159 -
CMYK 0.94 0.83 0 0.38
HSL 232.8º 0.89% 0.33% -
HSV(B) 232.8º 0.94% 0.62% -
XYZ 6.76 3.35 33.09 -
YUV 36.67 197.04 108.27 -
System Red Green Blue C M Y K H S L
Decimal 9 27 159 0.94 0.83 0 0.38 232.8 0.89 0.33
Hex 9 1B 9F 5E 53 0 26 E9 59 21
Octal 11 33 237 136 123 0 46 351 131 41
Binary 1001 11011 10011111 1011110 1010011 0 100110 11101001 1011001 100001

Color Harmonies of #091B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B9F

Black with #091B9F

Text Example


Text Example

White with #091B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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