Html Css Color HEX #082E35 Nordic

📋 copy color: '#082E35'

red 8 ◦ green 46 ◦ blue 53

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

Shades of Nordic #082E35

Tints of Nordic #082E35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 49.53%

R = 7.48%
G = 42.99%
B = 49.53%

CMYK

 C value IS 0.85

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#082E35 (or 0x082E35) is known color: Nordic. HEX triplet: 08, 2E and 35. RGB value is (8,46,53). Sum of RGB (Red+Green+Blue) = 8+46+53=107 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.48% from 107); Green value is 46 (18.36% from 255 or 42.99% from 107); Blue value is 53 (21.09% from 255 or 49.53% from 107); Max value from RGB is 53 - color contains mainly: blue. Hex color #082E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082E35 is #F7D1CA. Grayscale: #232323. Windows color (decimal): -16241099 or 3485192. OLE color: 3485192.

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

Color convert

RGB 8 46 53 -
CMYK 0.85 0.13 0 0.79
HSL 189.33º 0.74% 0.12% -
HSV(B) 189.33º 0.85% 0.21% -
XYZ 1.72 2.26 3.71 -
YUV 35.44 137.91 108.43 -
System Red Green Blue C M Y K H S L
Decimal 8 46 53 0.85 0.13 0 0.79 189.33 0.74 0.12
Hex 8 2E 35 55 D 0 4F BD 4A C
Octal 10 56 65 125 15 0 117 275 112 14
Binary 1000 101110 110101 1010101 1101 0 1001111 10111101 1001010 1100

Color Harmonies of #082E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E35

Black with #082E35

Text Example


Text Example

White with #082E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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