#077493

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

Shades of Cerulean #077493

Tints of Cerulean #077493

Color information

#077493 (or 0x077493) is unknown color: approx Cerulean. HEX triplet: 07, 74 and 93. RGB value is (7,116,147). Sum of RGB (Red+Green+Blue) = 7+116+147=270 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.59% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #077493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #077493 is #F88B6C. Grayscale: #565656. Windows color (decimal): -16288621 or 9663495. OLE color: 9663495.

HSL color Cylindrical-coordinate representation of color #077493: hue angle of 193.29º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #077493 is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7116147-
CMYK0.950.2100.42
HSL193.29º90.91%30.2%-
HSV(B)193.29º95.24%57.65%-
XYZ11.614.6429.82-
YUV86.94161.8970.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.59%
GREEN value IS 116 (45.70% from 255) = 42.96%
BLUE value IS 147 (57.81% from 255) = 54.44%
R=2.59%
G=42.96%
B=54.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal71161470.950.2100.42193.2990.9130.2
Hex774935F1502Ac15b1e
Octal71642231372505230113336
Binary111111010010010011101111110101010101011000001101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #077493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #077493; }

 p { color: rgb(7,116,147); }

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

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

 a { background-color: rgb(7,116,147); }

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

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

 span { border-color: rgb(7,116,147); }

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