#082BAF

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

Shades of International Klein Blue #082BAF

Tints of International Klein Blue #082BAF

Color information

#082BAF (or 0x082BAF) is unknown color: approx International Klein Blue. HEX triplet: 08, 2B and AF. RGB value is (8,43,175). Sum of RGB (Red+Green+Blue) = 8+43+175=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 175 (68.75% from 255 or 77.43% from 226); Max value from RGB is 175 - color contains mainly: blue. Hex color #082BAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082BAF is #F7D450. Grayscale: #2F2F2F. Windows color (decimal): -16241745 or 11479816. OLE color: 11479816.

HSL color Cylindrical-coordinate representation of color #082BAF: hue angle of 227.43º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082BAF is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB843175-
CMYK0.950.7500.31
HSL227.43º91.26%35.88%-
HSV(B)227.43º95.43%68.63%-
XYZ8.74.8741.04-
YUV47.58199.999.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 43 (17.19% from 255) = 19.03%
BLUE value IS 175 (68.75% from 255) = 77.43%
R=3.54%
G=19.03%
B=77.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8431750.950.7500.31227.4391.2635.88
Hex82BAF5F4B01Fe35b24
Octal105325713711303734313344
Binary10001010111010111110111111001011011111111000111011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #082BAF; }

 p { color: rgb(8,43,175); }

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

<style>
 a { background-color: #082BAF; }

 a { background-color: rgb(8,43,175); }

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

<style>
 span { border-color: #082BAF; }

 span { border-color: rgb(8,43,175); }

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