#073A7F

Color #073A7F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #073A7F

Tints of Dark Cerulean #073A7F

Color information

#073A7F (or 0x073A7F) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3A and 7F. RGB value is (7,58,127). Sum of RGB (Red+Green+Blue) = 7+58+127=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 58 (23.05% from 255 or 30.21% from 192); Blue value is 127 (50% from 255 or 66.15% from 192); Max value from RGB is 127 - color contains mainly: blue. Hex color #073A7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A7F is #F8C580. Grayscale: #323232. Windows color (decimal): -16303489 or 8337927. OLE color: 8337927.

HSL color Cylindrical-coordinate representation of color #073A7F: hue angle of 214.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073A7F is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB758127-
CMYK0.940.5400.50
HSL214.5º89.55%26.27%-
HSV(B)214.5º94.49%49.8%-
XYZ5.434.620.68-
YUV50.62171.196.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 58 (23.05% from 255) = 30.21%
BLUE value IS 127 (50% from 255) = 66.15%
R=3.65%
G=30.21%
B=66.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal7581270.940.5400.50214.589.5526.27
Hex73A7F5E36032d65a1a
Octal7721771366606232613232
Binary11111101011111111011110110110011001011010110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #073A7F; }

 p { color: rgb(7,58,127); }

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

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

 a { background-color: rgb(7,58,127); }

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

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

 span { border-color: rgb(7,58,127); }

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