#0471AE

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

Shades of Cerulean #0471AE

Tints of Cerulean #0471AE

Color information

#0471AE (or 0x0471AE) is unknown color: approx Cerulean. HEX triplet: 04, 71 and AE. RGB value is (4,113,174). Sum of RGB (Red+Green+Blue) = 4+113+174=291 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 291); Green value is 113 (44.53% from 255 or 38.83% from 291); Blue value is 174 (68.36% from 255 or 59.79% from 291); Max value from RGB is 174 - color contains mainly: blue. Hex color #0471AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0471AE is #FB8E51. Grayscale: #575757. Windows color (decimal): -16485970 or 11432196. OLE color: 11432196.

HSL color Cylindrical-coordinate representation of color #0471AE: hue angle of 201.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471AE is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB4113174-
CMYK0.980.3500.32
HSL201.53º95.51%34.9%-
HSV(B)201.53º97.7%68.24%-
XYZ13.614.8942.2-
YUV87.36176.8968.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.37%
GREEN value IS 113 (44.53% from 255) = 38.83%
BLUE value IS 174 (68.36% from 255) = 59.79%
R=1.37%
G=38.83%
B=59.79%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41131740.980.3500.32201.5395.5134.9
Hex471AE6223020ca6023
Octal41612561424304031214043
Binary10011100011010111011000101000110100000110010101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0471AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0471AE; }

 p { color: rgb(4,113,174); }

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

<style>
 a { background-color: #0471AE; }

 a { background-color: rgb(4,113,174); }

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

<style>
 span { border-color: #0471AE; }

 span { border-color: rgb(4,113,174); }

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