Html Css Color HEX #073442 Nordic

📋 copy color: '#073442'

red 7 ◦ green 52 ◦ blue 66

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

Shades of Nordic #073442

Tints of Nordic #073442

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.6%

 BLUE value IS 66 (26.17% from 255) = 52.8%

R = 5.6%
G = 41.6%
B = 52.8%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#073442 (or 0x073442) is known color: Nordic. HEX triplet: 07, 34 and 42. RGB value is (7,52,66). Sum of RGB (Red+Green+Blue) = 7+52+66=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 66 (26.17% from 255 or 52.8% from 125); Max value from RGB is 66 - color contains mainly: blue. Hex color #073442 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073442 is #F8CBBD. Grayscale: #282828. Windows color (decimal): -16305086 or 4338695. OLE color: 4338695.

HSL color Cylindrical-coordinate representation of color #073442: hue angle of 194.24º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #073442 is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 7 52 66 -
CMYK 0.89 0.21 0 0.74
HSL 194.24º 0.81% 0.14% -
HSV(B) 194.24º 0.89% 0.26% -
XYZ 2.3 2.89 5.59 -
YUV 40.14 142.59 104.36 -
System Red Green Blue C M Y K H S L
Decimal 7 52 66 0.89 0.21 0 0.74 194.24 0.81 0.14
Hex 7 34 42 59 15 0 4A C2 51 E
Octal 7 64 102 131 25 0 112 302 121 16
Binary 111 110100 1000010 1011001 10101 0 1001010 11000010 1010001 1110

Color Harmonies of #073442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073442

Black with #073442

Text Example


Text Example

White with #073442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073442; }

 p { color: rgb(7,52,66); }

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

background-color css

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

 a { background-color: rgb(7,52,66); }

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

border-color css

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

 span { border-color: rgb(7,52,66); }

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