#1A48D1

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

Shades of Cerulean Blue #1A48D1

Tints of Cerulean Blue #1A48D1

Color information

#1A48D1 (or 0x1A48D1) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 48 and D1. RGB value is (26,72,209). Sum of RGB (Red+Green+Blue) = 26+72+209=307 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.47% from 307); Green value is 72 (28.52% from 255 or 23.45% from 307); Blue value is 209 (82.03% from 255 or 68.08% from 307); Max value from RGB is 209 - color contains mainly: blue. Hex color #1A48D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A48D1 is #E5B72E. Grayscale: #494949. Windows color (decimal): -15054639 or 13715482. OLE color: 13715482.

HSL color Cylindrical-coordinate representation of color #1A48D1: hue angle of 224.92º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A48D1 is Cyan = 0.88, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB2672209-
CMYK0.880.6600.18
HSL224.92º77.87%46.08%-
HSV(B)224.92º87.56%81.96%-
XYZ14.259.4661.4-
YUV73.86204.2693.86-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.47%
GREEN value IS 72 (28.52% from 255) = 23.45%
BLUE value IS 209 (82.03% from 255) = 68.08%
R=8.47%
G=23.45%
B=68.08%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26722090.880.6600.18224.9277.8746.08
Hex1A48D15842012e14e2e
Octal3211032113010202234111656
Binary1101010010001101000110110001000010010010111000011001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A48D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,72,209); }

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

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

 a { background-color: rgb(26,72,209); }

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

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

 span { border-color: rgb(26,72,209); }

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