#083745

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

Shades of Nordic #083745

Tints of Nordic #083745

Color information

#083745 (or 0x083745) is unknown color: approx Nordic. HEX triplet: 08, 37 and 45. RGB value is (8,55,69). Sum of RGB (Red+Green+Blue) = 8+55+69=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 69 (27.34% from 255 or 52.27% from 132); Max value from RGB is 69 - color contains mainly: blue. Hex color #083745 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083745 is #F7C8BA. Grayscale: #2A2A2A. Windows color (decimal): -16238779 or 4536072. OLE color: 4536072.

HSL color Cylindrical-coordinate representation of color #083745: hue angle of 193.77º 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 #083745 is Cyan = 0.88, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB85569-
CMYK0.880.2000.73
HSL193.77º79.22%15.1%-
HSV(B)193.77º88.41%27.06%-
XYZ2.543.216.12-
YUV42.54142.93103.36-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.06%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 69 (27.34% from 255) = 52.27%
R=6.06%
G=41.67%
B=52.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal855690.880.2000.73193.7779.2215.1
Hex837455814049c24ff
Octal106710513024011130211717
Binary10001101111000101101100010100010010011100001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083745; }

 p { color: rgb(8,55,69); }

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

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

 a { background-color: rgb(8,55,69); }

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

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

 span { border-color: rgb(8,55,69); }

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