#1D48BB

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

Shades of Cerulean Blue #1D48BB

Tints of Cerulean Blue #1D48BB

Color information

#1D48BB (or 0x1D48BB) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 48 and BB. RGB value is (29,72,187). Sum of RGB (Red+Green+Blue) = 29+72+187=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #1D48BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D48BB is #E2B744. Grayscale: #474747. Windows color (decimal): -14858053 or 12273693. OLE color: 12273693.

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

Color convert

RGB2972187-
CMYK0.840.6100.27
HSL223.67º73.15%42.35%-
HSV(B)223.67º84.49%73.33%-
XYZ11.798.4848.03-
YUV72.25192.7597.15-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 64.93%
R=10.07%
G=25%
B=64.93%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29721870.840.6100.27223.6773.1542.35
Hex1D48BB543D01Be0492a
Octal351102731247503334011152
Binary111011001000101110111010100111101011011111000001001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D48BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,72,187); }

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

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

 a { background-color: rgb(29,72,187); }

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

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

 span { border-color: rgb(29,72,187); }

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