#074A6C

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

Shades of Dark Cerulean #074A6C

Tints of Dark Cerulean #074A6C

Color information

#074A6C (or 0x074A6C) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4A and 6C. RGB value is (7,74,108). Sum of RGB (Red+Green+Blue) = 7+74+108=189 (25% of max value = 765). Red value is 7 (3.12% from 255 or 3.70% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #074A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #074A6C is #F8B593. Grayscale: #393939. Windows color (decimal): -16299412 or 7096839. OLE color: 7096839.

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

Color convert

RGB774108-
CMYK0.940.3100.58
HSL200.2º87.83%22.55%-
HSV(B)200.2º93.52%42.35%-
XYZ5.246.0315.07-
YUV57.84156.391.74-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.70%
GREEN value IS 74 (29.30% from 255) = 39.15%
BLUE value IS 108 (42.58% from 255) = 57.14%
R=3.70%
G=39.15%
B=57.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal7741080.940.3100.58200.287.8322.55
Hex74A6C5E1F03Ac85817
Octal71121541363707231013027
Binary11110010101101100101111011111011101011001000101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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