#082FAB

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

Shades of International Klein Blue #082FAB

Tints of International Klein Blue #082FAB

Color information

#082FAB (or 0x082FAB) is unknown color: approx International Klein Blue. HEX triplet: 08, 2F and AB. RGB value is (8,47,171). Sum of RGB (Red+Green+Blue) = 8+47+171=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 171 (67.19% from 255 or 75.66% from 226); Max value from RGB is 171 - color contains mainly: blue. Hex color #082FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082FAB is #F7D054. Grayscale: #303030. Windows color (decimal): -16240725 or 11218696. OLE color: 11218696.

HSL color Cylindrical-coordinate representation of color #082FAB: hue angle of 225.64º 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 #082FAB is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB847171-
CMYK0.950.7300.33
HSL225.64º91.06%35.1%-
HSV(B)225.64º95.32%67.06%-
XYZ8.475.0239.05-
YUV49.47196.5898.42-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 47 (18.75% from 255) = 20.80%
BLUE value IS 171 (67.19% from 255) = 75.66%
R=3.54%
G=20.80%
B=75.66%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal8471710.950.7300.33225.6491.0635.1
Hex82FAB5F49021e25b23
Octal105725313711104134213343
Binary100010111110101011101111110010010100001111000101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,47,171); }

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

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

 a { background-color: rgb(8,47,171); }

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

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

 span { border-color: rgb(8,47,171); }

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