#091BBC

Color #091BBC International Klein Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of International Klein Blue #091BBC

Tints of International Klein Blue #091BBC

Color information

#091BBC (or 0x091BBC) is unknown color: approx International Klein Blue. HEX triplet: 09, 1B and BC. RGB value is (9,27,188). Sum of RGB (Red+Green+Blue) = 9+27+188=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 27 (10.94% from 255 or 12.05% from 224); Blue value is 188 (73.83% from 255 or 83.93% from 224); Max value from RGB is 188 - color contains mainly: blue. Hex color #091BBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091BBC is #F6E443. Grayscale: #272727. Windows color (decimal): -16180292 or 12327689. OLE color: 12327689.

HSL color Cylindrical-coordinate representation of color #091BBC: hue angle of 233.97º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #091BBC is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB927188-
CMYK0.950.8600.26
HSL233.97º90.86%38.63%-
HSV(B)233.97º95.21%73.73%-
XYZ9.584.4747.94-
YUV39.97211.54105.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 27 (10.94% from 255) = 12.05%
BLUE value IS 188 (73.83% from 255) = 83.93%
R=4.02%
G=12.05%
B=83.93%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9271880.950.8600.26233.9790.8638.63
Hex91BBC5F5601Aea5b27
Octal113327413712603235213347
Binary1001110111011110010111111010110011010111010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #091BBC;
 }
 .AnyTagClassName
 {
   color: #091BBC;
 }
</style>
background-color css

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

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

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

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

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

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