#073640

Color #073640 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #073640

Tints of Nordic #073640

Color information

#073640 (or 0x073640) is unknown color: approx 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

RGB75464-
CMYK0.890.1600.75
HSL190.53º80.28%13.92%-
HSV(B)190.53º89.06%25.1%-
XYZ2.333.055.32-
YUV41.09140.93103.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.89
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal754640.890.1600.75190.5380.2813.92
Hex73640591004Bbf50e
Octal76610013120011327712016
Binary1111101101000000101100110000010010111011111110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>