Html Css Color HEX #072D39 Nordic

📋 copy color: '#072D39'

red 7 ◦ green 45 ◦ blue 57

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

Shades of Nordic #072D39

Tints of Nordic #072D39

RGB

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

 GREEN value IS 45 (17.97% from 255) = 41.28%

 BLUE value IS 57 (22.66% from 255) = 52.29%

R = 6.42%
G = 41.28%
B = 52.29%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072D39 (or 0x072D39) is known color: Nordic. HEX triplet: 07, 2D and 39. RGB value is (7,45,57). Sum of RGB (Red+Green+Blue) = 7+45+57=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 57 (22.66% from 255 or 52.29% from 109); Max value from RGB is 57 - color contains mainly: blue. Hex color #072D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D39 is #F8D2C6. Grayscale: #222222. Windows color (decimal): -16306887 or 3747079. OLE color: 3747079.

HSL color Cylindrical-coordinate representation of color #072D39: hue angle of 194.4º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #072D39 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 45 57 -
CMYK 0.88 0.21 0 0.78
HSL 194.4º 0.78% 0.13% -
HSV(B) 194.4º 0.88% 0.22% -
XYZ 1.76 2.22 4.21 -
YUV 35.01 140.41 108.02 -
System Red Green Blue C M Y K H S L
Decimal 7 45 57 0.88 0.21 0 0.78 194.4 0.78 0.13
Hex 7 2D 39 58 15 0 4E C2 4E D
Octal 7 55 71 130 25 0 116 302 116 15
Binary 111 101101 111001 1011000 10101 0 1001110 11000010 1001110 1101

Color Harmonies of #072D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D39

Black with #072D39

Text Example


Text Example

White with #072D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,45,57); }

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

background-color css

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

 a { background-color: rgb(7,45,57); }

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

border-color css

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

 span { border-color: rgb(7,45,57); }

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