#074677

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

Shades of Dark Cerulean #074677

Tints of Dark Cerulean #074677

Color information

#074677 (or 0x074677) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 77. RGB value is (7,70,119). Sum of RGB (Red+Green+Blue) = 7+70+119=196 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.57% from 196); Green value is 70 (27.73% from 255 or 35.71% from 196); Blue value is 119 (46.88% from 255 or 60.71% from 196); Max value from RGB is 119 - color contains mainly: blue. Hex color #074677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074677 is #F8B988. Grayscale: #383838. Windows color (decimal): -16300425 or 7816711. OLE color: 7816711.

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

Color convert

RGB770119-
CMYK0.940.4100.53
HSL206.25º88.89%24.71%-
HSV(B)206.25º94.12%46.67%-
XYZ5.615.7618.27-
YUV56.75163.1392.52-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.57%
GREEN value IS 70 (27.73% from 255) = 35.71%
BLUE value IS 119 (46.88% from 255) = 60.71%
R=3.57%
G=35.71%
B=60.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal7701190.940.4100.53206.2588.8924.71
Hex746775E29035ce5919
Octal71061671365106531613131
Binary111100011011101111011110101001011010111001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074677; }

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

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

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

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

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

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

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

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