Html Css Color HEX #072C33 Nordic

📋 copy color: '#072C33'

red 7 ◦ green 44 ◦ blue 51

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

Shades of Nordic #072C33

Tints of Nordic #072C33

RGB

 RED value IS 7 (3.13% 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 value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#072C33 (or 0x072C33) is known color: 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

RGB 7 44 51 -
CMYK 0.86 0.14 0 0.8
HSL 189.55º 0.76% 0.11% -
HSV(B) 189.55º 0.86% 0.2% -
XYZ 1.59 2.09 3.45 -
YUV 33.74 137.74 108.93 -
System Red Green Blue C M Y K H S L
Decimal 7 44 51 0.86 0.14 0 0.8 189.55 0.76 0.11
Hex 7 2C 33 56 E 0 50 BE 4C B
Octal 7 54 63 126 16 0 120 276 114 13
Binary 111 101100 110011 1010110 1110 0 1010000 10111110 1001100 1011

Color Harmonies of #072C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072C33

Black with #072C33

Text Example


Text Example

White with #072C33

Text Example


Text Example

HTML Codes & Css Web 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>