#1B53CC

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

Shades of Cerulean Blue #1B53CC

Tints of Cerulean Blue #1B53CC

Color information

#1B53CC (or 0x1B53CC) is unknown color: approx Cerulean Blue. HEX triplet: 1B, 53 and CC. RGB value is (27,83,204). Sum of RGB (Red+Green+Blue) = 27+83+204=314 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.60% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #1B53CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B53CC is #E4AC33. Grayscale: #4F4F4F. Windows color (decimal): -14986292 or 13390619. OLE color: 13390619.

HSL color Cylindrical-coordinate representation of color #1B53CC: hue angle of 221.02º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B53CC is Cyan = 0.87, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB2783204-
CMYK0.870.5900.2
HSL221.02º76.62%45.29%-
HSV(B)221.02º86.76%80%-
XYZ14.4410.7858.45-
YUV80.05197.9590.16-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.60%
GREEN value IS 83 (32.81% from 255) = 26.43%
BLUE value IS 204 (80.08% from 255) = 64.97%
R=8.60%
G=26.43%
B=64.97%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal27832040.870.5900.2221.0276.6245.29
Hex1B53CC573B014dd4d2d
Octal331233141277302433511555
Binary110111010011110011001010111111011010100110111011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B53CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,83,204); }

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

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

 a { background-color: rgb(27,83,204); }

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

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

 span { border-color: rgb(27,83,204); }

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