#1A53D5

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

Shades of Cerulean Blue #1A53D5

Tints of Cerulean Blue #1A53D5

Color information

#1A53D5 (or 0x1A53D5) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 53 and D5. RGB value is (26,83,213). Sum of RGB (Red+Green+Blue) = 26+83+213=322 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.07% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 213 (83.59% from 255 or 66.15% from 322); Max value from RGB is 213 - color contains mainly: blue. Hex color #1A53D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1A53D5 is #E5AC2A. Grayscale: #505050. Windows color (decimal): -15051819 or 13980442. OLE color: 13980442.

HSL color Cylindrical-coordinate representation of color #1A53D5: hue angle of 221.71º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A53D5 is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB2683213-
CMYK0.880.6100.16
HSL221.71º78.24%46.86%-
HSV(B)221.71º87.79%83.53%-
XYZ15.5311.2164.3-
YUV80.78202.6288.93-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.07%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 213 (83.59% from 255) = 66.15%
R=8.07%
G=25.78%
B=66.15%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal26832130.880.6100.16221.7178.2446.86
Hex1A53D5583D010de4e2f
Octal321233251307502033611657
Binary110101010011110101011011000111101010000110111101001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A53D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,83,213); }

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

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

 a { background-color: rgb(26,83,213); }

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

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

 span { border-color: rgb(26,83,213); }

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