#073E8C

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

Shades of Dark Cerulean #073E8C

Tints of Dark Cerulean #073E8C

Color information

#073E8C (or 0x073E8C) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3E and 8C. RGB value is (7,62,140). Sum of RGB (Red+Green+Blue) = 7+62+140=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #073E8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #073E8C is #F8C173. Grayscale: #363636. Windows color (decimal): -16302452 or 9190919. OLE color: 9190919.

HSL color Cylindrical-coordinate representation of color #073E8C: hue angle of 215.19º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #073E8C is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB762140-
CMYK0.950.5600.45
HSL215.19º90.48%28.82%-
HSV(B)215.19º95%54.9%-
XYZ6.545.3825.51-
YUV54.45176.2894.16-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.35%
GREEN value IS 62 (24.61% from 255) = 29.67%
BLUE value IS 140 (55.08% from 255) = 66.99%
R=3.35%
G=29.67%
B=66.99%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal7621400.950.5600.45215.1990.4828.82
Hex73E8C5F3802Dd75a1d
Octal7762141377005532713235
Binary111111110100011001011111111000010110111010111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073E8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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