#091CBC

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

Shades of International Klein Blue #091CBC

Tints of International Klein Blue #091CBC

Color information

#091CBC (or 0x091CBC) is unknown color: approx International Klein Blue. HEX triplet: 09, 1C and BC. RGB value is (9,28,188). Sum of RGB (Red+Green+Blue) = 9+28+188=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 28 (11.33% from 255 or 12.44% from 225); Blue value is 188 (73.83% from 255 or 83.56% from 225); Max value from RGB is 188 - color contains mainly: blue. Hex color #091CBC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #091CBC is #F6E343. Grayscale: #272727. Windows color (decimal): -16180036 or 12327945. OLE color: 12327945.

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

Color convert

RGB928188-
CMYK0.950.8500.26
HSL233.63º90.86%38.63%-
HSV(B)233.63º95.21%73.73%-
XYZ9.614.5247.94-
YUV40.56211.21105.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 28 (11.33% from 255) = 12.44%
BLUE value IS 188 (73.83% from 255) = 83.56%
R=4%
G=12.44%
B=83.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal9281880.950.8500.26233.6390.8638.63
Hex91CBC5F5501Aea5b27
Octal113427413712503235213347
Binary1001111001011110010111111010101011010111010101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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