#083039

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

Shades of Nordic #083039

Tints of Nordic #083039

Color information

#083039 (or 0x083039) is unknown color: approx Nordic. HEX triplet: 08, 30 and 39. RGB value is (8,48,57). Sum of RGB (Red+Green+Blue) = 8+48+57=113 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.08% from 113); Green value is 48 (19.14% from 255 or 42.48% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #083039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083039 is #F7CFC6. Grayscale: #242424. Windows color (decimal): -16240583 or 3747848. OLE color: 3747848.

HSL color Cylindrical-coordinate representation of color #083039: hue angle of 191.02º 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 #083039 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB84857-
CMYK0.860.1600.78
HSL191.02º75.38%12.75%-
HSV(B)191.02º85.96%22.35%-
XYZ1.92.464.25-
YUV37.07139.25107.27-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.08%
GREEN value IS 48 (19.14% from 255) = 42.48%
BLUE value IS 57 (22.66% from 255) = 50.44%
R=7.08%
G=42.48%
B=50.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal848570.860.1600.78191.0275.3812.75
Hex83039561004Ebf4bd
Octal10607112620011627711315
Binary1000110000111001101011010000010011101011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083039; }

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

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

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

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

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

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

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

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