#074E85

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

Shades of Dark Cerulean #074E85

Tints of Dark Cerulean #074E85

Color information

#074E85 (or 0x074E85) is unknown color: approx Dark Cerulean. HEX triplet: 07, 4E and 85. RGB value is (7,78,133). Sum of RGB (Red+Green+Blue) = 7+78+133=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 133 (52.34% from 255 or 61.01% from 218); Max value from RGB is 133 - color contains mainly: blue. Hex color #074E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #074E85 is #F8B17A. Grayscale: #3E3E3E. Windows color (decimal): -16298363 or 8736263. OLE color: 8736263.

HSL color Cylindrical-coordinate representation of color #074E85: hue angle of 206.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #074E85 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB778133-
CMYK0.950.4100.48
HSL206.19º90%27.45%-
HSV(B)206.19º94.74%52.16%-
XYZ7.057.1923.21-
YUV63.04167.4888.03-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.21%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 133 (52.34% from 255) = 61.01%
R=3.21%
G=35.78%
B=61.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal7781330.950.4100.48206.199027.45
Hex74E855F29030ce5a1b
Octal71162051375106031613233
Binary1111001110100001011011111101001011000011001110101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #074E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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