#074A6F

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

Shades of Dark Cerulean #074A6F

Tints of Dark Cerulean #074A6F

Color information

#074A6F (or 0x074A6F) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4A and 6F. RGB value is (7,74,111). Sum of RGB (Red+Green+Blue) = 7+74+111=192 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.65% from 192); Green value is 74 (29.30% from 255 or 38.54% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #074A6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A6F is #F8B590. Grayscale: #393939. Windows color (decimal): -16299409 or 7293447. OLE color: 7293447.

HSL color Cylindrical-coordinate representation of color #074A6F: hue angle of 201.35º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074A6F is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB774111-
CMYK0.940.3300.56
HSL201.35º88.14%23.14%-
HSV(B)201.35º93.69%43.53%-
XYZ5.416.0915.93-
YUV58.18157.891.49-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.65%
GREEN value IS 74 (29.30% from 255) = 38.54%
BLUE value IS 111 (43.75% from 255) = 57.81%
R=3.65%
G=38.54%
B=57.81%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal7741110.940.3300.56201.3588.1423.14
Hex74A6F5E21038c95817
Octal71121571364107031113027
Binary111100101011011111011110100001011100011001001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,74,111); }

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

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

 a { background-color: rgb(7,74,111); }

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

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

 span { border-color: rgb(7,74,111); }

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