Html Css Color HEX #072F36 Nordic

📋 copy color: '#072F36'

red 7 ◦ green 47 ◦ blue 54

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

Shades of Nordic #072F36

Tints of Nordic #072F36

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.52%

 BLUE value IS 54 (21.48% from 255) = 50%

R = 6.48%
G = 43.52%
B = 50%

CMYK

 C value IS 0.87

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#072F36 (or 0x072F36) is known color: Nordic. HEX triplet: 07, 2F and 36. RGB value is (7,47,54). Sum of RGB (Red+Green+Blue) = 7+47+54=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 54 (21.48% from 255 or 50% from 108); Max value from RGB is 54 - color contains mainly: blue. Hex color #072F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072F36 is #F8D0C9. Grayscale: #232323. Windows color (decimal): -16306378 or 3550983. OLE color: 3550983.

HSL color Cylindrical-coordinate representation of color #072F36: hue angle of 188.94º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #072F36 is Cyan = 0.87, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 47 54 -
CMYK 0.87 0.13 0 0.79
HSL 188.94º 0.77% 0.12% -
HSV(B) 188.94º 0.87% 0.21% -
XYZ 1.77 2.34 3.85 -
YUV 35.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 7 47 54 0.87 0.13 0 0.79 188.94 0.77 0.12
Hex 7 2F 36 57 D 0 4F BD 4D C
Octal 7 57 66 127 15 0 117 275 115 14
Binary 111 101111 110110 1010111 1101 0 1001111 10111101 1001101 1100

Color Harmonies of #072F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072F36

Black with #072F36

Text Example


Text Example

White with #072F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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