Html Css Color HEX #083437 Nordic

📋 copy color: '#083437'

red 8 ◦ green 52 ◦ blue 55

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

Shades of Nordic #083437

Tints of Nordic #083437

RGB

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

 GREEN value IS 52 (20.7% from 255) = 45.22%

 BLUE value IS 55 (21.88% from 255) = 47.83%

R = 6.96%
G = 45.22%
B = 47.83%

CMYK

 C value IS 0.85

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#083437 (or 0x083437) is known color: Nordic. HEX triplet: 08, 34 and 37. RGB value is (8,52,55). Sum of RGB (Red+Green+Blue) = 8+52+55=115 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.96% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 55 (21.88% from 255 or 47.83% from 115); Max value from RGB is 55 - color contains mainly: blue. Hex color #083437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #083437 is #F7CBC8. Grayscale: #272727. Windows color (decimal): -16239561 or 3617800. OLE color: 3617800.

HSL color Cylindrical-coordinate representation of color #083437: hue angle of 183.83º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #083437 is Cyan = 0.85, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 52 55 -
CMYK 0.85 0.05 0 0.78
HSL 183.83º 0.75% 0.12% -
HSV(B) 183.83º 0.85% 0.22% -
XYZ 2.02 2.78 4.05 -
YUV 39.19 136.92 105.76 -
System Red Green Blue C M Y K H S L
Decimal 8 52 55 0.85 0.05 0 0.78 183.83 0.75 0.12
Hex 8 34 37 55 5 0 4E B8 4B C
Octal 10 64 67 125 5 0 116 270 113 14
Binary 1000 110100 110111 1010101 101 0 1001110 10111000 1001011 1100

Color Harmonies of #083437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083437

Black with #083437

Text Example


Text Example

White with #083437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083437; }

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

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

background-color css

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

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

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

border-color css

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

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

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