Html Css Color HEX #083541 Nordic

📋 copy color: '#083541'

red 8 ◦ green 53 ◦ blue 65

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

Shades of Nordic #083541

Tints of Nordic #083541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 51.59%

R = 6.35%
G = 42.06%
B = 51.59%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#083541 (or 0x083541) is known color: Nordic. HEX triplet: 08, 35 and 41. RGB value is (8,53,65). Sum of RGB (Red+Green+Blue) = 8+53+65=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 65 (25.78% from 255 or 51.59% from 126); Max value from RGB is 65 - color contains mainly: blue. Hex color #083541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083541 is #F7CABE. Grayscale: #282828. Windows color (decimal): -16239295 or 4273416. OLE color: 4273416.

HSL color Cylindrical-coordinate representation of color #083541: hue angle of 192.63º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #083541 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 53 65 -
CMYK 0.88 0.18 0 0.75
HSL 192.63º 0.78% 0.14% -
HSV(B) 192.63º 0.88% 0.25% -
XYZ 2.33 2.98 5.45 -
YUV 40.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 8 53 65 0.88 0.18 0 0.75 192.63 0.78 0.14
Hex 8 35 41 58 12 0 4B C1 4E E
Octal 10 65 101 130 22 0 113 301 116 16
Binary 1000 110101 1000001 1011000 10010 0 1001011 11000001 1001110 1110

Color Harmonies of #083541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083541

Black with #083541

Text Example


Text Example

White with #083541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083541; }

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

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

background-color css

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

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

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

border-color css

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

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

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