#083844

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

Shades of Nordic #083844

Tints of Nordic #083844

Color information

#083844 (or 0x083844) is unknown color: approx Nordic. HEX triplet: 08, 38 and 44. RGB value is (8,56,68). Sum of RGB (Red+Green+Blue) = 8+56+68=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 56 (22.27% from 255 or 42.42% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #083844 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083844 is #F7C7BB. Grayscale: #2A2A2A. Windows color (decimal): -16238524 or 4470792. OLE color: 4470792.

HSL color Cylindrical-coordinate representation of color #083844: hue angle of 192º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083844 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB85668-
CMYK0.880.1800.73
HSL192º78.95%14.9%-
HSV(B)192º88.24%26.67%-
XYZ2.563.35.97-
YUV43.02142.1103.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 56 (22.27% from 255) = 42.42%
BLUE value IS 68 (26.95% from 255) = 51.52%
R=6.06%
G=42.42%
B=51.52%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal856680.880.1800.7319278.9514.9
Hex838445812049c04ff
Octal107010413022011130011717
Binary10001110001000100101100010010010010011100000010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083844; }

 p { color: rgb(8,56,68); }

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

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

 a { background-color: rgb(8,56,68); }

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

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

 span { border-color: rgb(8,56,68); }

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