#073440

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

Shades of Nordic #073440

Tints of Nordic #073440

Color information

#073440 (or 0x073440) is unknown color: approx Nordic. HEX triplet: 07, 34 and 40. RGB value is (7,52,64). Sum of RGB (Red+Green+Blue) = 7+52+64=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #073440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073440 is #F8CBBF. Grayscale: #272727. Windows color (decimal): -16305088 or 4207623. OLE color: 4207623.

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

Color convert

RGB75264-
CMYK0.890.1900.75
HSL192.63º80.28%13.92%-
HSV(B)192.63º89.06%25.1%-
XYZ2.242.875.29-
YUV39.91141.59104.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.69%
GREEN value IS 52 (20.70% from 255) = 42.28%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=5.69%
G=42.28%
B=52.03%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal752640.890.1900.75192.6380.2813.92
Hex73440591304Bc150e
Octal76410013123011330112016
Binary1111101001000000101100110011010010111100000110100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073440; }

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

 H1.HeaderClassName
 {
   color: #073440;
 }
 .AnyTagClassName
 {
   color: #073440;
 }
</style>
background-color css

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

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

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

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

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

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