Html Css Color HEX #072E38 Nordic

📋 copy color: '#072E38'

red 7 ◦ green 46 ◦ blue 56

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

Shades of Nordic #072E38

Tints of Nordic #072E38

RGB

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

 GREEN value IS 46 (18.36% from 255) = 42.2%

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

R = 6.42%
G = 42.2%
B = 51.38%

CMYK

 C value IS 0.88

 M value IS 0.18

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#072E38 (or 0x072E38) is known color: Nordic. HEX triplet: 07, 2E and 38. RGB value is (7,46,56). Sum of RGB (Red+Green+Blue) = 7+46+56=109 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.42% from 109); Green value is 46 (18.36% from 255 or 42.20% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #072E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #072E38 is #F8D1C7. Grayscale: #232323. Windows color (decimal): -16306632 or 3681799. OLE color: 3681799.

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

Color convert

RGB 7 46 56 -
CMYK 0.88 0.18 0 0.78
HSL 192.24º 0.78% 0.12% -
HSV(B) 192.24º 0.88% 0.22% -
XYZ 1.78 2.28 4.09 -
YUV 35.48 139.58 107.69 -
System Red Green Blue C M Y K H S L
Decimal 7 46 56 0.88 0.18 0 0.78 192.24 0.78 0.12
Hex 7 2E 38 58 12 0 4E C0 4E C
Octal 7 56 70 130 22 0 116 300 116 14
Binary 111 101110 111000 1011000 10010 0 1001110 11000000 1001110 1100

Color Harmonies of #072E38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #072E38

Black with #072E38

Text Example


Text Example

White with #072E38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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