#082B9D

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

Shades of International Klein Blue #082B9D

Tints of International Klein Blue #082B9D

Color information

#082B9D (or 0x082B9D) is unknown color: approx International Klein Blue. HEX triplet: 08, 2B and 9D. RGB value is (8,43,157). Sum of RGB (Red+Green+Blue) = 8+43+157=208 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.85% from 208); Green value is 43 (17.19% from 255 or 20.67% from 208); Blue value is 157 (61.72% from 255 or 75.48% from 208); Max value from RGB is 157 - color contains mainly: blue. Hex color #082B9D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082B9D is #F7D462. Grayscale: #2D2D2D. Windows color (decimal): -16241763 or 10300168. OLE color: 10300168.

HSL color Cylindrical-coordinate representation of color #082B9D: hue angle of 225.91º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082B9D is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB843157-
CMYK0.950.7300.38
HSL225.91º90.3%32.35%-
HSV(B)225.91º94.9%61.57%-
XYZ7.054.2132.34-
YUV45.53190.9101.23-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.85%
GREEN value IS 43 (17.19% from 255) = 20.67%
BLUE value IS 157 (61.72% from 255) = 75.48%
R=3.85%
G=20.67%
B=75.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8431570.950.7300.38225.9190.332.35
Hex82B9D5F49026e25a20
Octal105323513711104634213240
Binary100010101110011101101111110010010100110111000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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