#074C77

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

Shades of Dark Cerulean #074C77

Tints of Dark Cerulean #074C77

Color information

#074C77 (or 0x074C77) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4C and 77. RGB value is (7,76,119). Sum of RGB (Red+Green+Blue) = 7+76+119=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 76 (30.08% from 255 or 37.62% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #074C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074C77 is #F8B388. Grayscale: #3C3C3C. Windows color (decimal): -16298889 or 7818247. OLE color: 7818247.

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

Color convert

RGB776119-
CMYK0.940.3600.53
HSL203.04º88.89%24.71%-
HSV(B)203.04º94.12%46.67%-
XYZ66.5518.4-
YUV60.27161.1490-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 76 (30.08% from 255) = 37.62%
BLUE value IS 119 (46.88% from 255) = 58.91%
R=3.47%
G=37.62%
B=58.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7761190.940.3600.53203.0488.8924.71
Hex74C775E24035cb5919
Octal71141671364406531313131
Binary111100110011101111011110100100011010111001011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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