#073C7E

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

Shades of Dark Cerulean #073C7E

Tints of Dark Cerulean #073C7E

Color information

#073C7E (or 0x073C7E) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3C and 7E. RGB value is (7,60,126). Sum of RGB (Red+Green+Blue) = 7+60+126=193 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.63% from 193); Green value is 60 (23.83% from 255 or 31.09% from 193); Blue value is 126 (49.61% from 255 or 65.28% from 193); Max value from RGB is 126 - color contains mainly: blue. Hex color #073C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073C7E is #F8C381. Grayscale: #333333. Windows color (decimal): -16302978 or 8272903. OLE color: 8272903.

HSL color Cylindrical-coordinate representation of color #073C7E: hue angle of 213.28º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073C7E is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB760126-
CMYK0.940.5200.51
HSL213.28º89.47%26.08%-
HSV(B)213.28º94.44%49.41%-
XYZ5.474.7820.37-
YUV51.68169.9496.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.63%
GREEN value IS 60 (23.83% from 255) = 31.09%
BLUE value IS 126 (49.61% from 255) = 65.28%
R=3.63%
G=31.09%
B=65.28%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal7601260.940.5200.51213.2889.4726.08
Hex73C7E5E34033d5591a
Octal7741761366406332513132
Binary11111110011111101011110110100011001111010101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,60,126); }

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

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

 a { background-color: rgb(7,60,126); }

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

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

 span { border-color: rgb(7,60,126); }

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