#047BA2

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

Shades of Cerulean #047BA2

Tints of Cerulean #047BA2

Color information

#047BA2 (or 0x047BA2) is unknown color: approx Cerulean. HEX triplet: 04, 7B and A2. RGB value is (4,123,162). Sum of RGB (Red+Green+Blue) = 4+123+162=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 162 (63.67% from 255 or 56.06% from 289); Max value from RGB is 162 - color contains mainly: blue. Hex color #047BA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #047BA2 is #FB845D. Grayscale: #5B5B5B. Windows color (decimal): -16483422 or 10648324. OLE color: 10648324.

HSL color Cylindrical-coordinate representation of color #047BA2: hue angle of 194.81º 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 #047BA2 is Cyan = 0.98, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4123162-
CMYK0.980.2400.36
HSL194.81º95.18%32.55%-
HSV(B)194.81º97.53%63.53%-
XYZ13.6516.836.71-
YUV91.86167.5865.33-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.38%
GREEN value IS 123 (48.44% from 255) = 42.56%
BLUE value IS 162 (63.67% from 255) = 56.06%
R=1.38%
G=42.56%
B=56.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal41231620.980.2400.36194.8195.1832.55
Hex47BA26218024c35f21
Octal41732421423004430313741
Binary1001111011101000101100010110000100100110000111011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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