#074678

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

Shades of Dark Cerulean #074678

Tints of Dark Cerulean #074678

Color information

#074678 (or 0x074678) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 78. RGB value is (7,70,120). Sum of RGB (Red+Green+Blue) = 7+70+120=197 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.55% from 197); Green value is 70 (27.73% from 255 or 35.53% from 197); Blue value is 120 (47.27% from 255 or 60.91% from 197); Max value from RGB is 120 - color contains mainly: blue. Hex color #074678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074678 is #F8B987. Grayscale: #383838. Windows color (decimal): -16300424 or 7882247. OLE color: 7882247.

HSL color Cylindrical-coordinate representation of color #074678: hue angle of 206.55º 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 #074678 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB770120-
CMYK0.940.4200.53
HSL206.55º88.98%24.9%-
HSV(B)206.55º94.17%47.06%-
XYZ5.675.7818.59-
YUV56.86163.6392.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.55%
GREEN value IS 70 (27.73% from 255) = 35.53%
BLUE value IS 120 (47.27% from 255) = 60.91%
R=3.55%
G=35.53%
B=60.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7701200.940.4200.53206.5588.9824.9
Hex746785E2A035cf5919
Octal71061701365206531713131
Binary111100011011110001011110101010011010111001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074678; }

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

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

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

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

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

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

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

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