#073850

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

Shades of Blue Whale #073850

Tints of Blue Whale #073850

Color information

#073850 (or 0x073850) is unknown color: approx Blue Whale. HEX triplet: 07, 38 and 50. RGB value is (7,56,80). Sum of RGB (Red+Green+Blue) = 7+56+80=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 56 (22.27% from 255 or 39.16% from 143); Blue value is 80 (31.64% from 255 or 55.94% from 143); Max value from RGB is 80 - color contains mainly: blue. Hex color #073850 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073850 is #F8C7AF. Grayscale: #2B2B2B. Windows color (decimal): -16304048 or 5257223. OLE color: 5257223.

HSL color Cylindrical-coordinate representation of color #073850: hue angle of 199.73º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #073850 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB75680-
CMYK0.910.3000.69
HSL199.73º83.91%17.06%-
HSV(B)199.73º91.25%31.37%-
XYZ2.953.458.1-
YUV44.09148.27101.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 56 (22.27% from 255) = 39.16%
BLUE value IS 80 (31.64% from 255) = 55.94%
R=4.90%
G=39.16%
B=55.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal756800.910.3000.69199.7383.9117.06
Hex738505B1E045c85411
Octal77012013336010531012421
Binary11111100010100001011011111100100010111001000101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073850; }

 p { color: rgb(7,56,80); }

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

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

 a { background-color: rgb(7,56,80); }

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

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

 span { border-color: rgb(7,56,80); }

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