#072C33

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

Shades of Nordic #072C33

Tints of Nordic #072C33

Color information

#072C33 (or 0x072C33) is unknown color: approx Nordic. HEX triplet: 07, 2C and 33. RGB value is (7,44,51). Sum of RGB (Red+Green+Blue) = 7+44+51=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 44 (17.58% from 255 or 43.14% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #072C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072C33 is #F8D3CC. Grayscale: #212121. Windows color (decimal): -16307149 or 3353607. OLE color: 3353607.

HSL color Cylindrical-coordinate representation of color #072C33: hue angle of 189.55º degrees, saturation: 0.76, 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 #072C33 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB74451-
CMYK0.860.1400.8
HSL189.55º75.86%11.37%-
HSV(B)189.55º86.27%20%-
XYZ1.592.093.45-
YUV33.74137.74108.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 6.86%
GREEN value IS 44 (17.58% from 255) = 43.14%
BLUE value IS 51 (20.31% from 255) = 50%
R=6.86%
G=43.14%
B=50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal744510.860.1400.8189.5575.8611.37
Hex72C3356E050be4cb
Octal7546312616012027611413
Binary11110110011001110101101110010100001011111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #072C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,44,51); }

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

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

 a { background-color: rgb(7,44,51); }

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

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

 span { border-color: rgb(7,44,51); }

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