Html Css Color HEX #083542 Nordic

📋 copy color: '#083542'

red 8 ◦ green 53 ◦ blue 66

#083542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #083542

Tints of Nordic #083542

RGB

 RED value IS 8 (3.52% from 255) = 6.3%

 GREEN value IS 53 (21.09% from 255) = 41.73%

 BLUE value IS 66 (26.17% from 255) = 51.97%

R = 6.3%
G = 41.73%
B = 51.97%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#083542 (or 0x083542) is known color: Nordic. HEX triplet: 08, 35 and 42. RGB value is (8,53,66). Sum of RGB (Red+Green+Blue) = 8+53+66=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 66 (26.17% from 255 or 51.97% from 127); Max value from RGB is 66 - color contains mainly: blue. Hex color #083542 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083542 is #F7CABD. Grayscale: #282828. Windows color (decimal): -16239294 or 4338952. OLE color: 4338952.

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

Color convert

RGB 8 53 66 -
CMYK 0.88 0.20 0 0.74
HSL 193.45º 0.78% 0.15% -
HSV(B) 193.45º 0.88% 0.26% -
XYZ 2.36 2.99 5.61 -
YUV 41.03 142.09 104.44 -
System Red Green Blue C M Y K H S L
Decimal 8 53 66 0.88 0.20 0 0.74 193.45 0.78 0.15
Hex 8 35 42 58 14 0 4A C1 4E F
Octal 10 65 102 130 24 0 112 301 116 17
Binary 1000 110101 1000010 1011000 10100 0 1001010 11000001 1001110 1111

Color Harmonies of #083542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083542

Black with #083542

Text Example


Text Example

White with #083542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083542; }

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

 H1.HeaderClassName
 {
   color: #083542;
 }
 .AnyTagClassName
 {
   color: #083542;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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