Html Css Color HEX #073539 Nordic

📋 copy color: '#073539'

red 7 ◦ green 53 ◦ blue 57

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

Shades of Nordic #073539

Tints of Nordic #073539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 48.72%

R = 5.98%
G = 45.3%
B = 48.72%

CMYK

 C value IS 0.88

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#073539 (or 0x073539) is known color: Nordic. HEX triplet: 07, 35 and 39. RGB value is (7,53,57). Sum of RGB (Red+Green+Blue) = 7+53+57=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 53 (21.09% from 255 or 45.30% from 117); Blue value is 57 (22.66% from 255 or 48.72% from 117); Max value from RGB is 57 - color contains mainly: blue. Hex color #073539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073539 is #F8CAC6. Grayscale: #272727. Windows color (decimal): -16304839 or 3749127. OLE color: 3749127.

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

Color convert

RGB 7 53 57 -
CMYK 0.88 0.07 0 0.78
HSL 184.8º 0.78% 0.13% -
HSV(B) 184.8º 0.88% 0.22% -
XYZ 2.1 2.89 4.32 -
YUV 39.7 137.76 104.67 -
System Red Green Blue C M Y K H S L
Decimal 7 53 57 0.88 0.07 0 0.78 184.8 0.78 0.13
Hex 7 35 39 58 7 0 4E B9 4E D
Octal 7 65 71 130 7 0 116 271 116 15
Binary 111 110101 111001 1011000 111 0 1001110 10111001 1001110 1101

Color Harmonies of #073539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073539

Black with #073539

Text Example


Text Example

White with #073539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073539; }

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

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

background-color css

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

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

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

border-color css

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

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

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