#082BAA

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

Shades of International Klein Blue #082BAA

Tints of International Klein Blue #082BAA

Color information

#082BAA (or 0x082BAA) is unknown color: approx International Klein Blue. HEX triplet: 08, 2B and AA. RGB value is (8,43,170). Sum of RGB (Red+Green+Blue) = 8+43+170=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 43 (17.19% from 255 or 19.46% from 221); Blue value is 170 (66.80% from 255 or 76.92% from 221); Max value from RGB is 170 - color contains mainly: blue. Hex color #082BAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082BAA is #F7D455. Grayscale: #2E2E2E. Windows color (decimal): -16241750 or 11152136. OLE color: 11152136.

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

Color convert

RGB843170-
CMYK0.950.7500.33
HSL227.04º91.01%34.9%-
HSV(B)227.04º95.29%66.67%-
XYZ8.224.6838.5-
YUV47.01197.4100.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.62%
GREEN value IS 43 (17.19% from 255) = 19.46%
BLUE value IS 170 (66.80% from 255) = 76.92%
R=3.62%
G=19.46%
B=76.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8431700.950.7500.33227.0491.0134.9
Hex82BAA5F4B021e35b23
Octal105325213711304134313343
Binary100010101110101010101111110010110100001111000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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