#074577

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

Shades of Dark Cerulean #074577

Tints of Dark Cerulean #074577

Color information

#074577 (or 0x074577) is unknown color: approx Dark Cerulean. HEX triplet: 07, 45 and 77. RGB value is (7,69,119). Sum of RGB (Red+Green+Blue) = 7+69+119=195 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.59% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 119 (46.88% from 255 or 61.03% from 195); Max value from RGB is 119 - color contains mainly: blue. Hex color #074577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074577 is #F8BA88. Grayscale: #373737. Windows color (decimal): -16300681 or 7816455. OLE color: 7816455.

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

Color convert

RGB769119-
CMYK0.940.4200.53
HSL206.79º88.89%24.71%-
HSV(B)206.79º94.12%46.67%-
XYZ5.555.6318.25-
YUV56.16163.4692.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.59%
GREEN value IS 69 (27.34% from 255) = 35.38%
BLUE value IS 119 (46.88% from 255) = 61.03%
R=3.59%
G=35.38%
B=61.03%

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
Decimal7691190.940.4200.53206.7988.8924.71
Hex745775E2A035cf5919
Octal71051671365206531713131
Binary111100010111101111011110101010011010111001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074577; }

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

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

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

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

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

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

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

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