#082CB6

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

Shades of International Klein Blue #082CB6

Tints of International Klein Blue #082CB6

Color information

#082CB6 (or 0x082CB6) is unknown color: approx International Klein Blue. HEX triplet: 08, 2C and B6. RGB value is (8,44,182). Sum of RGB (Red+Green+Blue) = 8+44+182=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 182 (71.48% from 255 or 77.78% from 234); Max value from RGB is 182 - color contains mainly: blue. Hex color #082CB6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CB6 is #F7D349. Grayscale: #303030. Windows color (decimal): -16241482 or 11938824. OLE color: 11938824.

HSL color Cylindrical-coordinate representation of color #082CB6: hue angle of 227.59º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082CB6 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB844182-
CMYK0.960.7600.29
HSL227.59º91.58%37.25%-
HSV(B)227.59º95.6%71.37%-
XYZ9.445.2344.77-
YUV48.97203.0798.78-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 44 (17.58% from 255) = 18.80%
BLUE value IS 182 (71.48% from 255) = 77.78%
R=3.42%
G=18.80%
B=77.78%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal8441820.960.7600.29227.5991.5837.25
Hex82CB6604C01De45c25
Octal105426614011403534413445
Binary10001011001011011011000001001100011101111001001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,44,182); }

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

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

 a { background-color: rgb(8,44,182); }

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

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

 span { border-color: rgb(8,44,182); }

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