#1C47CE

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

Shades of Cerulean Blue #1C47CE

Tints of Cerulean Blue #1C47CE

Color information

#1C47CE (or 0x1C47CE) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 47 and CE. RGB value is (28,71,206). Sum of RGB (Red+Green+Blue) = 28+71+206=305 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.18% from 305); Green value is 71 (28.12% from 255 or 23.28% from 305); Blue value is 206 (80.86% from 255 or 67.54% from 305); Max value from RGB is 206 - color contains mainly: blue. Hex color #1C47CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C47CE is #E3B831. Grayscale: #484848. Windows color (decimal): -14923826 or 13518620. OLE color: 13518620.

HSL color Cylindrical-coordinate representation of color #1C47CE: hue angle of 225.51º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C47CE is Cyan = 0.86, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2871206-
CMYK0.860.6600.19
HSL225.51º76.07%45.88%-
HSV(B)225.51º86.41%80.78%-
XYZ13.879.2159.44-
YUV73.53202.7595.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.18%
GREEN value IS 71 (28.12% from 255) = 23.28%
BLUE value IS 206 (80.86% from 255) = 67.54%
R=9.18%
G=23.28%
B=67.54%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal28712060.860.6600.19225.5176.0745.88
Hex1C47CE5642013e24c2e
Octal3410731612610202334211456
Binary1110010001111100111010101101000010010011111000101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C47CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C47CE; }

 p { color: rgb(28,71,206); }

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

<style>
 a { background-color: #1C47CE; }

 a { background-color: rgb(28,71,206); }

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

<style>
 span { border-color: #1C47CE; }

 span { border-color: rgb(28,71,206); }

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