Html Css Color HEX #073035 Nordic

📋 copy color: '#073035'

red 7 ◦ green 48 ◦ blue 53

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

Shades of Nordic #073035

Tints of Nordic #073035

RGB

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

 GREEN value IS 48 (19.14% from 255) = 44.44%

 BLUE value IS 53 (21.09% from 255) = 49.07%

R = 6.48%
G = 44.44%
B = 49.07%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#073035 (or 0x073035) is known color: Nordic. HEX triplet: 07, 30 and 35. RGB value is (7,48,53). Sum of RGB (Red+Green+Blue) = 7+48+53=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 48 (19.14% from 255 or 44.44% from 108); Blue value is 53 (21.09% from 255 or 49.07% from 108); Max value from RGB is 53 - color contains mainly: blue. Hex color #073035 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073035 is #F8CFCA. Grayscale: #242424. Windows color (decimal): -16306123 or 3485703. OLE color: 3485703.

HSL color Cylindrical-coordinate representation of color #073035: hue angle of 186.52º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #073035 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 48 53 -
CMYK 0.87 0.09 0 0.79
HSL 186.52º 0.77% 0.12% -
HSV(B) 186.52º 0.87% 0.21% -
XYZ 1.79 2.42 3.74 -
YUV 36.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 7 48 53 0.87 0.09 0 0.79 186.52 0.77 0.12
Hex 7 30 35 57 9 0 4F BB 4D C
Octal 7 60 65 127 11 0 117 273 115 14
Binary 111 110000 110101 1010111 1001 0 1001111 10111011 1001101 1100

Color Harmonies of #073035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073035

Black with #073035

Text Example


Text Example

White with #073035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073035; }

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

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

background-color css

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

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

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

border-color css

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

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

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