#082C9F

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

Shades of International Klein Blue #082C9F

Tints of International Klein Blue #082C9F

Color information

#082C9F (or 0x082C9F) is unknown color: approx International Klein Blue. HEX triplet: 08, 2C and 9F. RGB value is (8,44,159). Sum of RGB (Red+Green+Blue) = 8+44+159=211 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.79% from 211); Green value is 44 (17.58% from 255 or 20.85% from 211); Blue value is 159 (62.5% from 255 or 75.36% from 211); Max value from RGB is 159 - color contains mainly: blue. Hex color #082C9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C9F is #F7D360. Grayscale: #2D2D2D. Windows color (decimal): -16241505 or 10431496. OLE color: 10431496.

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

Color convert

RGB844159-
CMYK0.950.7200.38
HSL225.7º90.42%32.75%-
HSV(B)225.7º94.97%62.35%-
XYZ7.264.3633.26-
YUV46.35191.57100.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.79%
GREEN value IS 44 (17.58% from 255) = 20.85%
BLUE value IS 159 (62.5% from 255) = 75.36%
R=3.79%
G=20.85%
B=75.36%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal8441590.950.7200.38225.790.4232.75
Hex82C9F5F48026e25a21
Octal105423713711004634213241
Binary100010110010011111101111110010000100110111000101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #082C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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