Html Css Color HEX #072D38 Nordic

📋 copy color: '#072D38'

red 7 ◦ green 45 ◦ blue 56

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

Shades of Nordic #072D38

Tints of Nordic #072D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 51.85%

R = 6.48%
G = 41.67%
B = 51.85%

CMYK

 C value IS 0.88

 M value IS 0.20

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072D38 (or 0x072D38) is known color: Nordic. HEX triplet: 07, 2D and 38. RGB value is (7,45,56). Sum of RGB (Red+Green+Blue) = 7+45+56=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #072D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072D38 is #F8D2C7. Grayscale: #222222. Windows color (decimal): -16306888 or 3681543. OLE color: 3681543.

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

Color convert

RGB 7 45 56 -
CMYK 0.88 0.20 0 0.78
HSL 193.47º 0.78% 0.12% -
HSV(B) 193.47º 0.88% 0.22% -
XYZ 1.74 2.21 4.08 -
YUV 34.89 139.91 108.11 -
System Red Green Blue C M Y K H S L
Decimal 7 45 56 0.88 0.20 0 0.78 193.47 0.78 0.12
Hex 7 2D 38 58 14 0 4E C1 4E C
Octal 7 55 70 130 24 0 116 301 116 14
Binary 111 101101 111000 1011000 10100 0 1001110 11000001 1001110 1100

Color Harmonies of #072D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072D38

Black with #072D38

Text Example


Text Example

White with #072D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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