#074878

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

Shades of Dark Cerulean #074878

Tints of Dark Cerulean #074878

Color information

#074878 (or 0x074878) is unknown color: approx Dark Cerulean. HEX triplet: 07, 48 and 78. RGB value is (7,72,120). Sum of RGB (Red+Green+Blue) = 7+72+120=199 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.52% from 199); Green value is 72 (28.52% from 255 or 36.18% from 199); Blue value is 120 (47.27% from 255 or 60.30% from 199); Max value from RGB is 120 - color contains mainly: blue. Hex color #074878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074878 is #F8B787. Grayscale: #393939. Windows color (decimal): -16299912 or 7882759. OLE color: 7882759.

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

Color convert

RGB772120-
CMYK0.940.4000.53
HSL205.49º88.98%24.9%-
HSV(B)205.49º94.17%47.06%-
XYZ5.86.0418.63-
YUV58.04162.9791.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.52%
GREEN value IS 72 (28.52% from 255) = 36.18%
BLUE value IS 120 (47.27% from 255) = 60.30%
R=3.52%
G=36.18%
B=60.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7721200.940.4000.53205.4988.9824.9
Hex748785E28035cd5919
Octal71101701365006531513131
Binary111100100011110001011110101000011010111001101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074878; }

 p { color: rgb(7,72,120); }

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

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

 a { background-color: rgb(7,72,120); }

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

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

 span { border-color: rgb(7,72,120); }

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