#072F39

Color #072F39 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #072F39

Tints of Nordic #072F39

Color information

#072F39 (or 0x072F39) is unknown color: approx Nordic. HEX triplet: 07, 2F and 39. RGB value is (7,47,57). Sum of RGB (Red+Green+Blue) = 7+47+57=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #072F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F39 is #F8D0C6. Grayscale: #242424. Windows color (decimal): -16306375 or 3747591. OLE color: 3747591.

HSL color Cylindrical-coordinate representation of color #072F39: hue angle of 192º 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 #072F39 is Cyan = 0.88, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB74757-
CMYK0.880.1800.78
HSL192º78.12%12.55%-
HSV(B)192º87.72%22.35%-
XYZ1.842.374.23-
YUV36.18139.75107.19-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.31%
GREEN value IS 47 (18.75% from 255) = 42.34%
BLUE value IS 57 (22.66% from 255) = 51.35%
R=6.31%
G=42.34%
B=51.35%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal747570.880.1800.7819278.1212.55
Hex72F39581204Ec04ed
Octal7577113022011630011615
Binary111101111111001101100010010010011101100000010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #072F39;
 }
 .AnyTagClassName
 {
   color: #072F39;
 }
</style>
background-color css

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

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

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

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

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

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