Html Css Color HEX #082C35 Nordic

📋 copy color: '#082C35'

red 8 ◦ green 44 ◦ blue 53

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

Shades of Nordic #082C35

Tints of Nordic #082C35

RGB

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

 GREEN value IS 44 (17.58% from 255) = 41.9%

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

R = 7.62%
G = 41.9%
B = 50.48%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#082C35 (or 0x082C35) is known color: Nordic. HEX triplet: 08, 2C and 35. RGB value is (8,44,53). Sum of RGB (Red+Green+Blue) = 8+44+53=105 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.62% from 105); Green value is 44 (17.58% from 255 or 41.90% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #082C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #082C35 is #F7D3CA. Grayscale: #222222. Windows color (decimal): -16241611 or 3484680. OLE color: 3484680.

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

Color convert

RGB 8 44 53 -
CMYK 0.85 0.17 0 0.79
HSL 192º 0.74% 0.12% -
HSV(B) 192º 0.85% 0.21% -
XYZ 1.64 2.11 3.69 -
YUV 34.26 138.57 109.27 -
System Red Green Blue C M Y K H S L
Decimal 8 44 53 0.85 0.17 0 0.79 192 0.74 0.12
Hex 8 2C 35 55 11 0 4F C0 4A C
Octal 10 54 65 125 21 0 117 300 112 14
Binary 1000 101100 110101 1010101 10001 0 1001111 11000000 1001010 1100

Color Harmonies of #082C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082C35

Black with #082C35

Text Example


Text Example

White with #082C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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