#074772

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

Shades of Dark Cerulean #074772

Tints of Dark Cerulean #074772

Color information

#074772 (or 0x074772) is unknown color: approx Dark Cerulean. HEX triplet: 07, 47 and 72. RGB value is (7,71,114). Sum of RGB (Red+Green+Blue) = 7+71+114=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 71 (28.12% from 255 or 36.98% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #074772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074772 is #F8B88D. Grayscale: #383838. Windows color (decimal): -16300174 or 7489287. OLE color: 7489287.

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

Color convert

RGB771114-
CMYK0.940.3800.55
HSL204.11º88.43%23.73%-
HSV(B)204.11º93.86%44.71%-
XYZ5.385.7716.75-
YUV56.77160.392.5-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 71 (28.12% from 255) = 36.98%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=3.65%
G=36.98%
B=59.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7711140.940.3800.55204.1188.4323.73
Hex747725E26037cc5818
Octal71071621364606731413030
Binary111100011111100101011110100110011011111001100101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074772; }

 p { color: rgb(7,71,114); }

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

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

 a { background-color: rgb(7,71,114); }

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

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

 span { border-color: rgb(7,71,114); }

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