#047CA2

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

Shades of Cerulean #047CA2

Tints of Cerulean #047CA2

Color information

#047CA2 (or 0x047CA2) is unknown color: approx Cerulean. HEX triplet: 04, 7C and A2. RGB value is (4,124,162). Sum of RGB (Red+Green+Blue) = 4+124+162=290 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 290); Green value is 124 (48.83% from 255 or 42.76% from 290); Blue value is 162 (63.67% from 255 or 55.86% from 290); Max value from RGB is 162 - color contains mainly: blue. Hex color #047CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047CA2 is #FB835D. Grayscale: #5C5C5C. Windows color (decimal): -16483166 or 10648580. OLE color: 10648580.

HSL color Cylindrical-coordinate representation of color #047CA2: hue angle of 194.43º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047CA2 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4124162-
CMYK0.980.2300.36
HSL194.43º95.18%32.55%-
HSV(B)194.43º97.53%63.53%-
XYZ13.7817.0536.75-
YUV92.45167.2464.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 124 (48.83% from 255) = 42.76%
BLUE value IS 162 (63.67% from 255) = 55.86%
R=1.38%
G=42.76%
B=55.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41241620.980.2300.36194.4395.1832.55
Hex47CA26217024c25f21
Octal41742421422704430213741
Binary1001111100101000101100010101110100100110000101011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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