Html Css Color HEX #082E37 Nordic

📋 copy color: '#082E37'

red 8 ◦ green 46 ◦ blue 55

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

Shades of Nordic #082E37

Tints of Nordic #082E37

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.2%

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

R = 7.34%
G = 42.2%
B = 50.46%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#082E37 (or 0x082E37) is known color: Nordic. HEX triplet: 08, 2E and 37. RGB value is (8,46,55). Sum of RGB (Red+Green+Blue) = 8+46+55=109 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.34% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 55 (21.88% from 255 or 50.46% from 109); Max value from RGB is 55 - color contains mainly: blue. Hex color #082E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E37 is #F7D1C8. Grayscale: #232323. Windows color (decimal): -16241097 or 3616264. OLE color: 3616264.

HSL color Cylindrical-coordinate representation of color #082E37: hue angle of 191.49º 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 #082E37 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 8 46 55 -
CMYK 0.85 0.16 0 0.78
HSL 191.49º 0.75% 0.12% -
HSV(B) 191.49º 0.85% 0.22% -
XYZ 1.77 2.28 3.96 -
YUV 35.66 138.91 108.27 -
System Red Green Blue C M Y K H S L
Decimal 8 46 55 0.85 0.16 0 0.78 191.49 0.75 0.12
Hex 8 2E 37 55 10 0 4E BF 4B C
Octal 10 56 67 125 20 0 116 277 113 14
Binary 1000 101110 110111 1010101 10000 0 1001110 10111111 1001011 1100

Color Harmonies of #082E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E37

Black with #082E37

Text Example


Text Example

White with #082E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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