#074670

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

Shades of Dark Cerulean #074670

Tints of Dark Cerulean #074670

Color information

#074670 (or 0x074670) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 70. RGB value is (7,70,112). Sum of RGB (Red+Green+Blue) = 7+70+112=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #074670 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074670 is #F8B98F. Grayscale: #373737. Windows color (decimal): -16300432 or 7357959. OLE color: 7357959.

HSL color Cylindrical-coordinate representation of color #074670: hue angle of 204º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074670 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB770112-
CMYK0.940.3800.56
HSL204º88.24%23.33%-
HSV(B)204º93.75%43.92%-
XYZ5.25.616.14-
YUV55.95159.6393.08-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 70 (27.73% from 255) = 37.04%
BLUE value IS 112 (44.14% from 255) = 59.26%
R=3.70%
G=37.04%
B=59.26%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7701120.940.3800.5620488.2423.33
Hex746705E26038cc5817
Octal71061601364607031413027
Binary111100011011100001011110100110011100011001100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074670; }

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

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

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

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

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

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

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

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