Html Css Color HEX #091B9D International Klein Blue

📋 copy color: '#091B9D'

red 9 ◦ green 27 ◦ blue 157

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

Shades of International Klein Blue #091B9D

Tints of International Klein Blue #091B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 81.35%

R = 4.66%
G = 13.99%
B = 81.35%

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

#091B9D (or 0x091B9D) is known color: International Klein Blue. HEX triplet: 09, 1B and 9D. RGB value is (9,27,157). Sum of RGB (Red+Green+Blue) = 9+27+157=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 27 (10.94% from 255 or 13.99% from 193); Blue value is 157 (61.72% from 255 or 81.35% from 193); Max value from RGB is 157 - color contains mainly: blue. Hex color #091B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #091B9D is #F6E462. Grayscale: #232323. Windows color (decimal): -16180323 or 10296073. OLE color: 10296073.

HSL color Cylindrical-coordinate representation of color #091B9D: hue angle of 232.7º 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 #091B9D is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 9 27 157 -
CMYK 0.94 0.83 0 0.38
HSL 232.7º 0.89% 0.33% -
HSV(B) 232.7º 0.94% 0.62% -
XYZ 6.59 3.28 32.18 -
YUV 36.44 196.04 108.43 -
System Red Green Blue C M Y K H S L
Decimal 9 27 157 0.94 0.83 0 0.38 232.7 0.89 0.33
Hex 9 1B 9D 5E 53 0 26 E9 59 21
Octal 11 33 235 136 123 0 46 351 131 41
Binary 1001 11011 10011101 1011110 1010011 0 100110 11101001 1011001 100001

Color Harmonies of #091B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091B9D

Black with #091B9D

Text Example


Text Example

White with #091B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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