#083742

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

Shades of Nordic #083742

Tints of Nordic #083742

Color information

#083742 (or 0x083742) is unknown color: approx Nordic. HEX triplet: 08, 37 and 42. RGB value is (8,55,66). Sum of RGB (Red+Green+Blue) = 8+55+66=129 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.20% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #083742 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083742 is #F7C8BD. Grayscale: #2A2A2A. Windows color (decimal): -16238782 or 4339464. OLE color: 4339464.

HSL color Cylindrical-coordinate representation of color #083742: hue angle of 191.38º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083742 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB85566-
CMYK0.880.1700.74
HSL191.38º78.38%14.51%-
HSV(B)191.38º87.88%25.88%-
XYZ2.453.185.64-
YUV42.2141.43103.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.20%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 66 (26.17% from 255) = 51.16%
R=6.20%
G=42.64%
B=51.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal855660.880.1700.74191.3878.3814.51
Hex83742581104Abf4ef
Octal106710213021011227711617
Binary10001101111000010101100010001010010101011111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #083742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #083742; }

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

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

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

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

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

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

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

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