#047BBC

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

Shades of Cerulean #047BBC

Tints of Cerulean #047BBC

Color information

#047BBC (or 0x047BBC) is unknown color: approx Cerulean. HEX triplet: 04, 7B and BC. RGB value is (4,123,188). Sum of RGB (Red+Green+Blue) = 4+123+188=315 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 188 (73.83% from 255 or 59.68% from 315); Max value from RGB is 188 - color contains mainly: blue. Hex color #047BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #047BBC is #FB8443. Grayscale: #5E5E5E. Windows color (decimal): -16483396 or 12352260. OLE color: 12352260.

HSL color Cylindrical-coordinate representation of color #047BBC: hue angle of 201.2º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #047BBC is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB4123188-
CMYK0.980.3500.26
HSL201.2º95.83%37.65%-
HSV(B)201.2º97.87%73.73%-
XYZ16.2117.8250.16-
YUV94.83180.5863.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.27%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 188 (73.83% from 255) = 59.68%
R=1.27%
G=39.05%
B=59.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41231880.980.3500.26201.295.8337.65
Hex47BBC622301Ac96026
Octal41732741424303231114046
Binary1001111011101111001100010100011011010110010011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #047BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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