#1C49BC

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

Shades of Cerulean Blue #1C49BC

Tints of Cerulean Blue #1C49BC

Color information

#1C49BC (or 0x1C49BC) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 49 and BC. RGB value is (28,73,188). Sum of RGB (Red+Green+Blue) = 28+73+188=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #1C49BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C49BC is #E3B643. Grayscale: #484848. Windows color (decimal): -14923332 or 12339484. OLE color: 12339484.

HSL color Cylindrical-coordinate representation of color #1C49BC: hue angle of 223.12º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C49BC is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2873188-
CMYK0.850.6100.26
HSL223.12º74.07%42.35%-
HSV(B)223.12º85.11%73.73%-
XYZ11.948.6448.62-
YUV72.66193.0996.15-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 188 (73.83% from 255) = 65.05%
R=9.69%
G=25.26%
B=65.05%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28731880.850.6100.26223.1274.0742.35
Hex1C49BC553D01Adf4a2a
Octal341112741257503233711252
Binary111001001001101111001010101111101011010110111111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C49BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,73,188); }

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

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

 a { background-color: rgb(28,73,188); }

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

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

 span { border-color: rgb(28,73,188); }

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