#081CBA

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

Shades of International Klein Blue #081CBA

Tints of International Klein Blue #081CBA

Color information

#081CBA (or 0x081CBA) is unknown color: approx International Klein Blue. HEX triplet: 08, 1C and BA. RGB value is (8,28,186). Sum of RGB (Red+Green+Blue) = 8+28+186=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #081CBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081CBA is #F7E345. Grayscale: #272727. Windows color (decimal): -16245574 or 12196872. OLE color: 12196872.

HSL color Cylindrical-coordinate representation of color #081CBA: hue angle of 233.26º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #081CBA is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB828186-
CMYK0.960.8500.27
HSL233.26º91.75%38.04%-
HSV(B)233.26º95.7%72.94%-
XYZ9.384.4346.81-
YUV40.03210.37105.15-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 186 (73.05% from 255) = 83.78%
R=3.60%
G=12.61%
B=83.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal8281860.960.8500.27233.2691.7538.04
Hex81CBA605501Be95c26
Octal103427214012503335113446
Binary1000111001011101011000001010101011011111010011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081CBA; }

 p { color: rgb(8,28,186); }

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

<style>
 a { background-color: #081CBA; }

 a { background-color: rgb(8,28,186); }

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

<style>
 span { border-color: #081CBA; }

 span { border-color: rgb(8,28,186); }

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