#073A75

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

Shades of Dark Cerulean #073A75

Tints of Dark Cerulean #073A75

Color information

#073A75 (or 0x073A75) is unknown color: approx Dark Cerulean. HEX triplet: 07, 3A and 75. RGB value is (7,58,117). Sum of RGB (Red+Green+Blue) = 7+58+117=182 (24% of max value = 765). Red value is 7 (3.12% from 255 or 3.85% from 182); Green value is 58 (23.05% from 255 or 31.87% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #073A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #073A75 is #F8C58A. Grayscale: #313131. Windows color (decimal): -16303499 or 7682567. OLE color: 7682567.

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

Color convert

RGB758117-
CMYK0.940.5000.54
HSL212.18º88.71%24.31%-
HSV(B)212.18º94.02%45.88%-
XYZ4.814.3617.42-
YUV49.48166.197.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.85%
GREEN value IS 58 (23.05% from 255) = 31.87%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=3.85%
G=31.87%
B=64.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7581170.940.5000.54212.1888.7124.31
Hex73A755E32036d45918
Octal7721651366206632413130
Binary11111101011101011011110110010011011011010100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #073A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,58,117); }

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

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

 a { background-color: rgb(7,58,117); }

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

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

 span { border-color: rgb(7,58,117); }

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