#074E75

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

Shades of Dark Cerulean #074E75

Tints of Dark Cerulean #074E75

Color information

#074E75 (or 0x074E75) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4E and 75. RGB value is (7,78,117). Sum of RGB (Red+Green+Blue) = 7+78+117=202 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.47% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #074E75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #074E75 is #F8B18A. Grayscale: #3C3C3C. Windows color (decimal): -16298379 or 7687687. OLE color: 7687687.

HSL color Cylindrical-coordinate representation of color #074E75: hue angle of 201.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #074E75 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB778117-
CMYK0.940.3300.54
HSL201.27º88.71%24.31%-
HSV(B)201.27º94.02%45.88%-
XYZ6.026.7817.82-
YUV61.22159.4889.33-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.47%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 117 (46.09% from 255) = 57.92%
R=3.47%
G=38.61%
B=57.92%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal7781170.940.3300.54201.2788.7124.31
Hex74E755E21036c95918
Octal71161651364106631113130
Binary111100111011101011011110100001011011011001001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,78,117); }

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

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

 a { background-color: rgb(7,78,117); }

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

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

 span { border-color: rgb(7,78,117); }

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