Html Css Color HEX #091BBB International Klein Blue

📋 copy color: '#091BBB'

red 9 ◦ green 27 ◦ blue 187

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

Shades of International Klein Blue #091BBB

Tints of International Klein Blue #091BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 83.86%

R = 4.04%
G = 12.11%
B = 83.86%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#091BBB (or 0x091BBB) is known color: International Klein Blue. HEX triplet: 09, 1B and BB. RGB value is (9,27,187). Sum of RGB (Red+Green+Blue) = 9+27+187=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 27 (10.94% from 255 or 12.11% from 223); Blue value is 187 (73.44% from 255 or 83.86% from 223); Max value from RGB is 187 - color contains mainly: blue. Hex color #091BBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BBB is #F6E444. Grayscale: #272727. Windows color (decimal): -16180293 or 12262153. OLE color: 12262153.

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

Color convert

RGB 9 27 187 -
CMYK 0.95 0.86 0 0.27
HSL 233.93º 0.91% 0.38% -
HSV(B) 233.93º 0.95% 0.73% -
XYZ 9.47 4.43 47.37 -
YUV 39.86 211.04 105.99 -
System Red Green Blue C M Y K H S L
Decimal 9 27 187 0.95 0.86 0 0.27 233.93 0.91 0.38
Hex 9 1B BB 5F 56 0 1B EA 5B 26
Octal 11 33 273 137 126 0 33 352 133 46
Binary 1001 11011 10111011 1011111 1010110 0 11011 11101010 1011011 100110

Color Harmonies of #091BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #091BBB

Black with #091BBB

Text Example


Text Example

White with #091BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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