#1A48CB

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

Shades of Cerulean Blue #1A48CB

Tints of Cerulean Blue #1A48CB

Color information

#1A48CB (or 0x1A48CB) is unknown color: approx Cerulean Blue. HEX triplet: 1A, 48 and CB. RGB value is (26,72,203). Sum of RGB (Red+Green+Blue) = 26+72+203=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 203 (79.69% from 255 or 67.44% from 301); Max value from RGB is 203 - color contains mainly: blue. Hex color #1A48CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A48CB is #E5B734. Grayscale: #484848. Windows color (decimal): -15054645 or 13322266. OLE color: 13322266.

HSL color Cylindrical-coordinate representation of color #1A48CB: hue angle of 224.41º 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 #1A48CB is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2672203-
CMYK0.870.6500.20
HSL224.41º77.29%44.9%-
HSV(B)224.41º87.19%79.61%-
XYZ13.529.1757.56-
YUV73.18201.2694.35-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.64%
GREEN value IS 72 (28.52% from 255) = 23.92%
BLUE value IS 203 (79.69% from 255) = 67.44%
R=8.64%
G=23.92%
B=67.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal26722030.870.6500.20224.4177.2944.9
Hex1A48CB5741014e04d2d
Octal3211031312710102434011555
Binary1101010010001100101110101111000001010100111000001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A48CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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