#074C70

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

Shades of Dark Cerulean #074C70

Tints of Dark Cerulean #074C70

Color information

#074C70 (or 0x074C70) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4C and 70. RGB value is (7,76,112). Sum of RGB (Red+Green+Blue) = 7+76+112=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 76 (30.08% from 255 or 38.97% from 195); Blue value is 112 (44.14% from 255 or 57.44% from 195); Max value from RGB is 112 - color contains mainly: blue. Hex color #074C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C70 is #F8B38F. Grayscale: #3B3B3B. Windows color (decimal): -16298896 or 7359495. OLE color: 7359495.

HSL color Cylindrical-coordinate representation of color #074C70: hue angle of 200.57º 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 #074C70 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB776112-
CMYK0.940.3200.56
HSL200.57º88.24%23.33%-
HSV(B)200.57º93.75%43.92%-
XYZ5.66.3816.27-
YUV59.47157.6490.57-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.59%
GREEN value IS 76 (30.08% from 255) = 38.97%
BLUE value IS 112 (44.14% from 255) = 57.44%
R=3.59%
G=38.97%
B=57.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7761120.940.3200.56200.5788.2423.33
Hex74C705E20038c95817
Octal71141601364007031113027
Binary111100110011100001011110100000011100011001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074C70; }

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

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

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

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

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

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

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

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