#073B74

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

Shades of Dark Cerulean #073B74

Tints of Dark Cerulean #073B74

Color information

#073B74 (or 0x073B74) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3B and 74. RGB value is (7,59,116). Sum of RGB (Red+Green+Blue) = 7+59+116=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 59 (23.44% from 255 or 32.42% from 182); Blue value is 116 (45.70% from 255 or 63.74% from 182); Max value from RGB is 116 - color contains mainly: blue. Hex color #073B74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B74 is #F8C48B. Grayscale: #313131. Windows color (decimal): -16303244 or 7617287. OLE color: 7617287.

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

Color convert

RGB759116-
CMYK0.940.4900.55
HSL211.38º88.62%24.12%-
HSV(B)211.38º93.97%45.49%-
XYZ4.84.4317.13-
YUV49.95165.2797.37-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 59 (23.44% from 255) = 32.42%
BLUE value IS 116 (45.70% from 255) = 63.74%
R=3.85%
G=32.42%
B=63.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7591160.940.4900.55211.3888.6224.12
Hex73B745E31037d35918
Octal7731641366106732313130
Binary11111101111101001011110110001011011111010011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,59,116); }

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

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

 a { background-color: rgb(7,59,116); }

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

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

 span { border-color: rgb(7,59,116); }

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