Html Css Color HEX #073541 Nordic

📋 copy color: '#073541'

red 7 ◦ green 53 ◦ blue 65

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

Shades of Nordic #073541

Tints of Nordic #073541

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

 BLUE value IS 65 (25.78% from 255) = 52%

R = 5.6%
G = 42.4%
B = 52%

CMYK

 C value IS 0.89

 M value IS 0.18

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073541 (or 0x073541) is known color: Nordic. HEX triplet: 07, 35 and 41. RGB value is (7,53,65). Sum of RGB (Red+Green+Blue) = 7+53+65=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #073541 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073541 is #F8CABE. Grayscale: #282828. Windows color (decimal): -16304831 or 4273415. OLE color: 4273415.

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

Color convert

RGB 7 53 65 -
CMYK 0.89 0.18 0 0.75
HSL 192.41º 0.81% 0.14% -
HSV(B) 192.41º 0.89% 0.25% -
XYZ 2.31 2.97 5.45 -
YUV 40.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 7 53 65 0.89 0.18 0 0.75 192.41 0.81 0.14
Hex 7 35 41 59 12 0 4B C0 51 E
Octal 7 65 101 131 22 0 113 300 121 16
Binary 111 110101 1000001 1011001 10010 0 1001011 11000000 1010001 1110

Color Harmonies of #073541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073541

Black with #073541

Text Example


Text Example

White with #073541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073541; }

 p { color: rgb(7,53,65); }

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

background-color css

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

 a { background-color: rgb(7,53,65); }

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

border-color css

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

 span { border-color: rgb(7,53,65); }

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