Html Css Color HEX #083036 Nordic

📋 copy color: '#083036'

red 8 ◦ green 48 ◦ blue 54

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

Shades of Nordic #083036

Tints of Nordic #083036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 43.64%

 BLUE value IS 54 (21.48% from 255) = 49.09%

R = 7.27%
G = 43.64%
B = 49.09%

CMYK

 C value IS 0.85

 M value IS 0.11

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#083036 (or 0x083036) is known color: Nordic. HEX triplet: 08, 30 and 36. RGB value is (8,48,54). Sum of RGB (Red+Green+Blue) = 8+48+54=110 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.27% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #083036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083036 is #F7CFC9. Grayscale: #242424. Windows color (decimal): -16240586 or 3551240. OLE color: 3551240.

HSL color Cylindrical-coordinate representation of color #083036: hue angle of 187.83º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083036 is Cyan = 0.85, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 8 48 54 -
CMYK 0.85 0.11 0 0.79
HSL 187.83º 0.74% 0.12% -
HSV(B) 187.83º 0.85% 0.21% -
XYZ 1.82 2.43 3.86 -
YUV 36.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 8 48 54 0.85 0.11 0 0.79 187.83 0.74 0.12
Hex 8 30 36 55 B 0 4F BC 4A C
Octal 10 60 66 125 13 0 117 274 112 14
Binary 1000 110000 110110 1010101 1011 0 1001111 10111100 1001010 1100

Color Harmonies of #083036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083036

Black with #083036

Text Example


Text Example

White with #083036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083036; }

 p { color: rgb(8,48,54); }

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

background-color css

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

 a { background-color: rgb(8,48,54); }

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

border-color css

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

 span { border-color: rgb(8,48,54); }

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