#073B7A

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

Shades of Dark Cerulean #073B7A

Tints of Dark Cerulean #073B7A

Color information

#073B7A (or 0x073B7A) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3B and 7A. RGB value is (7,59,122). Sum of RGB (Red+Green+Blue) = 7+59+122=188 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.72% from 188); Green value is 59 (23.44% from 255 or 31.38% from 188); Blue value is 122 (48.05% from 255 or 64.89% from 188); Max value from RGB is 122 - color contains mainly: blue. Hex color #073B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073B7A is #F8C485. Grayscale: #323232. Windows color (decimal): -16303238 or 8010503. OLE color: 8010503.

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

Color convert

RGB759122-
CMYK0.940.5200.52
HSL212.87º89.15%25.29%-
HSV(B)212.87º94.26%47.84%-
XYZ5.164.5819.02-
YUV50.63168.2796.88-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.72%
GREEN value IS 59 (23.44% from 255) = 31.38%
BLUE value IS 122 (48.05% from 255) = 64.89%
R=3.72%
G=31.38%
B=64.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal7591220.940.5200.52212.8789.1525.29
Hex73B7A5E34034d55919
Octal7731721366406432513131
Binary11111101111110101011110110100011010011010101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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