#082EB3

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

Shades of International Klein Blue #082EB3

Tints of International Klein Blue #082EB3

Color information

#082EB3 (or 0x082EB3) is unknown color: approx International Klein Blue. HEX triplet: 08, 2E and B3. RGB value is (8,46,179). Sum of RGB (Red+Green+Blue) = 8+46+179=233 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.43% from 233); Green value is 46 (18.36% from 255 or 19.74% from 233); Blue value is 179 (70.31% from 255 or 76.82% from 233); Max value from RGB is 179 - color contains mainly: blue. Hex color #082EB3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EB3 is #F7D14C. Grayscale: #313131. Windows color (decimal): -16240973 or 11742728. OLE color: 11742728.

HSL color Cylindrical-coordinate representation of color #082EB3: hue angle of 226.67º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082EB3 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB846179-
CMYK0.960.7400.30
HSL226.67º91.44%36.67%-
HSV(B)226.67º95.53%70.2%-
XYZ9.215.2643.18-
YUV49.8200.9198.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.43%
GREEN value IS 46 (18.36% from 255) = 19.74%
BLUE value IS 179 (70.31% from 255) = 76.82%
R=3.43%
G=19.74%
B=76.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal8461790.960.7400.30226.6791.4436.67
Hex82EB3604A01Ee35b25
Octal105626314011203634313345
Binary10001011101011001111000001001010011110111000111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,46,179); }

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

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

 a { background-color: rgb(8,46,179); }

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

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

 span { border-color: rgb(8,46,179); }

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