#081CB9

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

Shades of International Klein Blue #081CB9

Tints of International Klein Blue #081CB9

Color information

#081CB9 (or 0x081CB9) is unknown color: approx International Klein Blue. HEX triplet: 08, 1C and B9. RGB value is (8,28,185). Sum of RGB (Red+Green+Blue) = 8+28+185=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 28 (11.33% from 255 or 12.67% from 221); Blue value is 185 (72.66% from 255 or 83.71% from 221); Max value from RGB is 185 - color contains mainly: blue. Hex color #081CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081CB9 is #F7E346. Grayscale: #272727. Windows color (decimal): -16245575 or 12131336. OLE color: 12131336.

HSL color Cylindrical-coordinate representation of color #081CB9: hue angle of 233.22º 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 #081CB9 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB828185-
CMYK0.960.8500.27
HSL233.22º91.71%37.84%-
HSV(B)233.22º95.68%72.55%-
XYZ9.274.3846.26-
YUV39.92209.87105.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 28 (11.33% from 255) = 12.67%
BLUE value IS 185 (72.66% from 255) = 83.71%
R=3.62%
G=12.67%
B=83.71%

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
Decimal8281850.960.8500.27233.2291.7137.84
Hex81CB9605501Be95c26
Octal103427114012503335113446
Binary1000111001011100111000001010101011011111010011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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