Html Css Color HEX #091CB8 International Klein Blue

📋 copy color: '#091CB8'

red 9 ◦ green 28 ◦ blue 184

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

Shades of International Klein Blue #091CB8

Tints of International Klein Blue #091CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 83.26%

R = 4.07%
G = 12.67%
B = 83.26%

CMYK

 C value IS 0.95

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#091CB8 (or 0x091CB8) is known color: International Klein Blue. HEX triplet: 09, 1C and B8. RGB value is (9,28,184). Sum of RGB (Red+Green+Blue) = 9+28+184=221 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.07% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 184 (72.27% from 255 or 83.26% from 221); Max value from RGB is 184 - color contains mainly: blue. Hex color #091CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CB8 is #F6E347. Grayscale: #272727. Windows color (decimal): -16180040 or 12065801. OLE color: 12065801.

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

Color convert

RGB 9 28 184 -
CMYK 0.95 0.85 0 0.28
HSL 233.49º 0.91% 0.38% -
HSV(B) 233.49º 0.95% 0.72% -
XYZ 9.18 4.35 45.7 -
YUV 40.1 209.21 105.82 -
System Red Green Blue C M Y K H S L
Decimal 9 28 184 0.95 0.85 0 0.28 233.49 0.91 0.38
Hex 9 1C B8 5F 55 0 1C E9 5B 26
Octal 11 34 270 137 125 0 34 351 133 46
Binary 1001 11100 10111000 1011111 1010101 0 11100 11101001 1011011 100110

Color Harmonies of #091CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091CB8

Black with #091CB8

Text Example


Text Example

White with #091CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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