Html Css Color HEX #073640 Nordic

📋 copy color: '#073640'

red 7 ◦ green 54 ◦ blue 64

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

Shades of Nordic #073640

Tints of Nordic #073640

RGB

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

 GREEN value IS 54 (21.48% from 255) = 43.2%

 BLUE value IS 64 (25.39% from 255) = 51.2%

R = 5.6%
G = 43.2%
B = 51.2%

CMYK

 C value IS 0.89

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#073640 (or 0x073640) is known color: Nordic. HEX triplet: 07, 36 and 40. RGB value is (7,54,64). Sum of RGB (Red+Green+Blue) = 7+54+64=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #073640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073640 is #F8C9BF. Grayscale: #292929. Windows color (decimal): -16304576 or 4208135. OLE color: 4208135.

HSL color Cylindrical-coordinate representation of color #073640: hue angle of 190.53º degrees, saturation: 0.8, 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 #073640 is Cyan = 0.89, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 54 64 -
CMYK 0.89 0.16 0 0.75
HSL 190.53º 0.8% 0.14% -
HSV(B) 190.53º 0.89% 0.25% -
XYZ 2.33 3.05 5.32 -
YUV 41.09 140.93 103.69 -
System Red Green Blue C M Y K H S L
Decimal 7 54 64 0.89 0.16 0 0.75 190.53 0.8 0.14
Hex 7 36 40 59 10 0 4B BF 50 E
Octal 7 66 100 131 20 0 113 277 120 16
Binary 111 110110 1000000 1011001 10000 0 1001011 10111111 1010000 1110

Color Harmonies of #073640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #073640

Black with #073640

Text Example


Text Example

White with #073640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #073640; }

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

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

background-color css

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

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

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

border-color css

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

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

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