#073643

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

Shades of Nordic #073643

Tints of Nordic #073643

Color information

#073643 (or 0x073643) is unknown color: approx Nordic. HEX triplet: 07, 36 and 43. RGB value is (7,54,67). Sum of RGB (Red+Green+Blue) = 7+54+67=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 54 (21.48% from 255 or 42.19% from 128); Blue value is 67 (26.56% from 255 or 52.34% from 128); Max value from RGB is 67 - color contains mainly: blue. Hex color #073643 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073643 is #F8C9BC. Grayscale: #292929. Windows color (decimal): -16304573 or 4404743. OLE color: 4404743.

HSL color Cylindrical-coordinate representation of color #073643: hue angle of 193º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #073643 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB75467-
CMYK0.900.1900.74
HSL193º81.08%14.51%-
HSV(B)193º89.55%26.27%-
XYZ2.423.095.78-
YUV41.43142.43103.44-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.47%
GREEN value IS 54 (21.48% from 255) = 42.19%
BLUE value IS 67 (26.56% from 255) = 52.34%
R=5.47%
G=42.19%
B=52.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal754670.900.1900.7419381.0814.51
Hex736435A1304Ac151f
Octal76610313223011230112117
Binary1111101101000011101101010011010010101100000110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073643; }

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

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

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

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

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

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

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

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