Html Css Color HEX #091EB8 International Klein Blue

📋 copy color: '#091EB8'

red 9 ◦ green 30 ◦ blue 184

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

Shades of International Klein Blue #091EB8

Tints of International Klein Blue #091EB8

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.45%

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

R = 4.04%
G = 13.45%
B = 82.51%

CMYK

 C value IS 0.95

 M value IS 0.84

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#091EB8 (or 0x091EB8) is known color: International Klein Blue. HEX triplet: 09, 1E and B8. RGB value is (9,30,184). Sum of RGB (Red+Green+Blue) = 9+30+184=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 30 (12.11% from 255 or 13.45% from 223); Blue value is 184 (72.27% from 255 or 82.51% from 223); Max value from RGB is 184 - color contains mainly: blue. Hex color #091EB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091EB8 is #F6E147. Grayscale: #282828. Windows color (decimal): -16179528 or 12066313. OLE color: 12066313.

HSL color Cylindrical-coordinate representation of color #091EB8: hue angle of 232.8º 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 #091EB8 is Cyan = 0.95, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 9 30 184 -
CMYK 0.95 0.84 0 0.28
HSL 232.8º 0.91% 0.38% -
HSV(B) 232.8º 0.95% 0.72% -
XYZ 9.23 4.45 45.72 -
YUV 41.28 208.54 104.98 -
System Red Green Blue C M Y K H S L
Decimal 9 30 184 0.95 0.84 0 0.28 232.8 0.91 0.38
Hex 9 1E B8 5F 54 0 1C E9 5B 26
Octal 11 36 270 137 124 0 34 351 133 46
Binary 1001 11110 10111000 1011111 1010100 0 11100 11101001 1011011 100110

Color Harmonies of #091EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091EB8

Black with #091EB8

Text Example


Text Example

White with #091EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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