#081BBA

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

Shades of International Klein Blue #081BBA

Tints of International Klein Blue #081BBA

Color information

#081BBA (or 0x081BBA) is unknown color: approx International Klein Blue. HEX triplet: 08, 1B and BA. RGB value is (8,27,186). Sum of RGB (Red+Green+Blue) = 8+27+186=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 27 (10.94% from 255 or 12.22% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #081BBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #081BBA is #F7E445. Grayscale: #262626. Windows color (decimal): -16245830 or 12196616. OLE color: 12196616.

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

Color convert

RGB827186-
CMYK0.960.8500.27
HSL233.6º91.75%38.04%-
HSV(B)233.6º95.7%72.94%-
XYZ9.354.3846.81-
YUV39.44210.71105.57-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 27 (10.94% from 255) = 12.22%
BLUE value IS 186 (73.05% from 255) = 84.16%
R=3.62%
G=12.22%
B=84.16%

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
Decimal8271860.960.8500.27233.691.7538.04
Hex81BBA605501Bea5c26
Octal103327214012503335213446
Binary1000110111011101011000001010101011011111010101011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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