Html Css Color HEX #091CB9 International Klein Blue

📋 copy color: '#091CB9'

red 9 ◦ green 28 ◦ blue 185

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

Shades of International Klein Blue #091CB9

Tints of International Klein Blue #091CB9

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.61%

 BLUE value IS 185 (72.66% from 255) = 83.33%

R = 4.05%
G = 12.61%
B = 83.33%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#091CB9 (or 0x091CB9) is known color: International Klein Blue. HEX triplet: 09, 1C and B9. RGB value is (9,28,185). Sum of RGB (Red+Green+Blue) = 9+28+185=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 185 (72.66% from 255 or 83.33% from 222); Max value from RGB is 185 - color contains mainly: blue. Hex color #091CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CB9 is #F6E346. Grayscale: #272727. Windows color (decimal): -16180039 or 12131337. OLE color: 12131337.

HSL color Cylindrical-coordinate representation of color #091CB9: hue angle of 233.52º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091CB9 is Cyan = 0.95, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 28 185 -
CMYK 0.95 0.85 0 0.27
HSL 233.52º 0.91% 0.38% -
HSV(B) 233.52º 0.95% 0.73% -
XYZ 9.28 4.39 46.26 -
YUV 40.22 209.71 105.73 -
System Red Green Blue C M Y K H S L
Decimal 9 28 185 0.95 0.85 0 0.27 233.52 0.91 0.38
Hex 9 1C B9 5F 55 0 1B EA 5B 26
Octal 11 34 271 137 125 0 33 352 133 46
Binary 1001 11100 10111001 1011111 1010101 0 11011 11101010 1011011 100110

Color Harmonies of #091CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CB9

Black with #091CB9

Text Example


Text Example

White with #091CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,28,185); }

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

background-color css

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

 a { background-color: rgb(9,28,185); }

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

border-color css

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

 span { border-color: rgb(9,28,185); }

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