Html Css Color HEX #073136 Nordic

📋 copy color: '#073136'

red 7 ◦ green 49 ◦ blue 54

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

Shades of Nordic #073136

Tints of Nordic #073136

RGB

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

 GREEN value IS 49 (19.53% from 255) = 44.55%

 BLUE value IS 54 (21.48% from 255) = 49.09%

R = 6.36%
G = 44.55%
B = 49.09%

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

#073136 (or 0x073136) is known color: Nordic. HEX triplet: 07, 31 and 36. RGB value is (7,49,54). Sum of RGB (Red+Green+Blue) = 7+49+54=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #073136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073136 is #F8CEC9. Grayscale: #242424. Windows color (decimal): -16305866 or 3551495. OLE color: 3551495.

HSL color Cylindrical-coordinate representation of color #073136: hue angle of 186.38º 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 #073136 is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 7 49 54 -
CMYK 0.87 0.09 0 0.79
HSL 186.38º 0.77% 0.12% -
HSV(B) 186.38º 0.87% 0.21% -
XYZ 1.85 2.51 3.88 -
YUV 37.01 137.59 106.59 -
System Red Green Blue C M Y K H S L
Decimal 7 49 54 0.87 0.09 0 0.79 186.38 0.77 0.12
Hex 7 31 36 57 9 0 4F BA 4D C
Octal 7 61 66 127 11 0 117 272 115 14
Binary 111 110001 110110 1010111 1001 0 1001111 10111010 1001101 1100

Color Harmonies of #073136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073136

Black with #073136

Text Example


Text Example

White with #073136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073136; }

 p { color: rgb(7,49,54); }

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

background-color css

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

 a { background-color: rgb(7,49,54); }

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

border-color css

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

 span { border-color: rgb(7,49,54); }

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