#083239

Color #083239 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #083239

Tints of Nordic #083239

Color information

#083239 (or 0x083239) is unknown color: approx Nordic. HEX triplet: 08, 32 and 39. RGB value is (8,50,57). Sum of RGB (Red+Green+Blue) = 8+50+57=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #083239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083239 is #F7CDC6. Grayscale: #262626. Windows color (decimal): -16240071 or 3748360. OLE color: 3748360.

HSL color Cylindrical-coordinate representation of color #083239: hue angle of 188.57º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #083239 is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB85057-
CMYK0.860.1200.78
HSL188.57º75.38%12.75%-
HSV(B)188.57º85.96%22.35%-
XYZ1.982.634.27-
YUV38.24138.59106.43-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.96%
GREEN value IS 50 (19.92% from 255) = 43.48%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=6.96%
G=43.48%
B=49.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal850570.860.1200.78188.5775.3812.75
Hex8323956C04Ebd4bd
Octal10627112614011627511315
Binary100011001011100110101101100010011101011110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083239; }

 p { color: rgb(8,50,57); }

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

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

 a { background-color: rgb(8,50,57); }

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

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

 span { border-color: rgb(8,50,57); }

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