#047CB7

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

Shades of Cerulean #047CB7

Tints of Cerulean #047CB7

Color information

#047CB7 (or 0x047CB7) is unknown color: approx Cerulean. HEX triplet: 04, 7C and B7. RGB value is (4,124,183). Sum of RGB (Red+Green+Blue) = 4+124+183=311 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 311); Green value is 124 (48.83% from 255 or 39.87% from 311); Blue value is 183 (71.88% from 255 or 58.84% from 311); Max value from RGB is 183 - color contains mainly: blue. Hex color #047CB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047CB7 is #FB8348. Grayscale: #5E5E5E. Windows color (decimal): -16483145 or 12024836. OLE color: 12024836.

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

Color convert

RGB4124183-
CMYK0.980.3200.28
HSL199.78º95.72%36.67%-
HSV(B)199.78º97.81%71.76%-
XYZ15.817.8647.41-
YUV94.85177.7463.2-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 124 (48.83% from 255) = 39.87%
BLUE value IS 183 (71.88% from 255) = 58.84%
R=1.29%
G=39.87%
B=58.84%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal41241830.980.3200.28199.7895.7236.67
Hex47CB7622001Cc86025
Octal41742671424003431014045
Binary1001111100101101111100010100000011100110010001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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