Html Css Color HEX #072E32 Nordic

📋 copy color: '#072E32'

red 7 ◦ green 46 ◦ blue 50

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

Shades of Nordic #072E32

Tints of Nordic #072E32

RGB

 RED value IS 7 (3.13% from 255) = 6.8%

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

 BLUE value IS 50 (19.92% from 255) = 48.54%

R = 6.8%
G = 44.66%
B = 48.54%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#072E32 (or 0x072E32) is known color: Nordic. HEX triplet: 07, 2E and 32. RGB value is (7,46,50). Sum of RGB (Red+Green+Blue) = 7+46+50=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 46 (18.36% from 255 or 44.66% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #072E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E32 is #F8D1CD. Grayscale: #222222. Windows color (decimal): -16306638 or 3288583. OLE color: 3288583.

HSL color Cylindrical-coordinate representation of color #072E32: hue angle of 185.58º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #072E32 is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 7 46 50 -
CMYK 0.86 0.08 0 0.80
HSL 185.58º 0.75% 0.11% -
HSV(B) 185.58º 0.86% 0.2% -
XYZ 1.64 2.23 3.36 -
YUV 34.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 7 46 50 0.86 0.08 0 0.80 185.58 0.75 0.11
Hex 7 2E 32 56 8 0 50 BA 4B B
Octal 7 56 62 126 10 0 120 272 113 13
Binary 111 101110 110010 1010110 1000 0 1010000 10111010 1001011 1011

Color Harmonies of #072E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E32

Black with #072E32

Text Example


Text Example

White with #072E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #072E32; }

 p { color: rgb(7,46,50); }

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

background-color css

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

 a { background-color: rgb(7,46,50); }

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

border-color css

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

 span { border-color: rgb(7,46,50); }

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