#074672

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

Shades of Dark Cerulean #074672

Tints of Dark Cerulean #074672

Color information

#074672 (or 0x074672) is unknown color: approx Dark Cerulean. HEX triplet: 07, 46 and 72. RGB value is (7,70,114). Sum of RGB (Red+Green+Blue) = 7+70+114=191 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.66% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 114 (44.92% from 255 or 59.69% from 191); Max value from RGB is 114 - color contains mainly: blue. Hex color #074672 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074672 is #F8B98D. Grayscale: #373737. Windows color (decimal): -16300430 or 7489031. OLE color: 7489031.

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

Color convert

RGB770114-
CMYK0.940.3900.55
HSL204.67º88.43%23.73%-
HSV(B)204.67º93.86%44.71%-
XYZ5.325.6416.73-
YUV56.18160.6392.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.66%
GREEN value IS 70 (27.73% from 255) = 36.65%
BLUE value IS 114 (44.92% from 255) = 59.69%
R=3.66%
G=36.65%
B=59.69%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal7701140.940.3900.55204.6788.4323.73
Hex746725E27037cd5818
Octal71061621364706731513030
Binary111100011011100101011110100111011011111001101101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #074672; }

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

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

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

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

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

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

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

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