#073443

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

Shades of Blue Whale #073443

Tints of Blue Whale #073443

Color information

#073443 (or 0x073443) is unknown color: approx Blue Whale. HEX triplet: 07, 34 and 43. RGB value is (7,52,67). Sum of RGB (Red+Green+Blue) = 7+52+67=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #073443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073443 is #F8CBBC. Grayscale: #282828. Windows color (decimal): -16305085 or 4404231. OLE color: 4404231.

HSL color Cylindrical-coordinate representation of color #073443: hue angle of 195º 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 #073443 is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB75267-
CMYK0.900.2200.74
HSL195º81.08%14.51%-
HSV(B)195º89.55%26.27%-
XYZ2.332.915.75-
YUV40.25143.09104.28-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 5.56%
GREEN value IS 52 (20.70% from 255) = 41.27%
BLUE value IS 67 (26.56% from 255) = 53.17%
R=5.56%
G=41.27%
B=53.17%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal752670.900.2200.7419581.0814.51
Hex734435A1604Ac351f
Octal76410313226011230312117
Binary1111101001000011101101010110010010101100001110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073443; }

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

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

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

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

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

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

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

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