#073E85

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

Shades of Dark Cerulean #073E85

Tints of Dark Cerulean #073E85

Color information

#073E85 (or 0x073E85) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3E and 85. RGB value is (7,62,133). Sum of RGB (Red+Green+Blue) = 7+62+133=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 62 (24.61% from 255 or 30.69% from 202); Blue value is 133 (52.34% from 255 or 65.84% from 202); Max value from RGB is 133 - color contains mainly: blue. Hex color #073E85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E85 is #F8C17A. Grayscale: #353535. Windows color (decimal): -16302459 or 8732167. OLE color: 8732167.

HSL color Cylindrical-coordinate representation of color #073E85: hue angle of 213.81º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073E85 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB762133-
CMYK0.950.5300.48
HSL213.81º90%27.45%-
HSV(B)213.81º94.74%52.16%-
XYZ6.045.1822.87-
YUV53.65172.7894.73-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 62 (24.61% from 255) = 30.69%
BLUE value IS 133 (52.34% from 255) = 65.84%
R=3.47%
G=30.69%
B=65.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7621330.950.5300.48213.819027.45
Hex73E855F35030d65a1b
Octal7762051376506032613233
Binary111111110100001011011111110101011000011010110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,62,133); }

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

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

 a { background-color: rgb(7,62,133); }

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

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

 span { border-color: rgb(7,62,133); }

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