#073340

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

Shades of Nordic #073340

Tints of Nordic #073340

Color information

#073340 (or 0x073340) is unknown color: approx Nordic. HEX triplet: 07, 33 and 40. RGB value is (7,51,64). Sum of RGB (Red+Green+Blue) = 7+51+64=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 64 (25.39% from 255 or 52.46% from 122); Max value from RGB is 64 - color contains mainly: blue. Hex color #073340 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073340 is #F8CCBF. Grayscale: #272727. Windows color (decimal): -16305344 or 4207367. OLE color: 4207367.

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

Color convert

RGB75164-
CMYK0.890.2000.75
HSL193.68º80.28%13.92%-
HSV(B)193.68º89.06%25.1%-
XYZ2.22.785.27-
YUV39.33141.92104.94-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.74%
GREEN value IS 51 (20.31% from 255) = 41.80%
BLUE value IS 64 (25.39% from 255) = 52.46%
R=5.74%
G=41.80%
B=52.46%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal751640.890.2000.75193.6880.2813.92
Hex73340591404Bc250e
Octal76310013124011330212016
Binary1111100111000000101100110100010010111100001010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073340; }

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

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

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

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

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

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

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

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