#047CA0

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

Shades of Cerulean #047CA0

Tints of Cerulean #047CA0

Color information

#047CA0 (or 0x047CA0) is unknown color: approx Cerulean. HEX triplet: 04, 7C and A0. RGB value is (4,124,160). Sum of RGB (Red+Green+Blue) = 4+124+160=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 124 (48.83% from 255 or 43.06% from 288); Blue value is 160 (62.89% from 255 or 55.56% from 288); Max value from RGB is 160 - color contains mainly: blue. Hex color #047CA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047CA0 is #FB835F. Grayscale: #5B5B5B. Windows color (decimal): -16483168 or 10517508. OLE color: 10517508.

HSL color Cylindrical-coordinate representation of color #047CA0: hue angle of 193.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CA0 is Cyan = 0.98, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4124160-
CMYK0.980.2200.37
HSL193.85º95.12%32.16%-
HSV(B)193.85º97.5%62.75%-
XYZ13.616.9835.82-
YUV92.22166.2465.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.39%
GREEN value IS 124 (48.83% from 255) = 43.06%
BLUE value IS 160 (62.89% from 255) = 55.56%
R=1.39%
G=43.06%
B=55.56%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41241600.980.2200.37193.8595.1232.16
Hex47CA06216025c25f20
Octal41742401422604530213740
Binary1001111100101000001100010101100100101110000101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #047CA0; }

 p { color: rgb(4,124,160); }

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

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

 a { background-color: rgb(4,124,160); }

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

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

 span { border-color: rgb(4,124,160); }

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