#1D52B1

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

Shades of Cerulean Blue #1D52B1

Tints of Cerulean Blue #1D52B1

Color information

#1D52B1 (or 0x1D52B1) is unknown color: approx Cerulean Blue. HEX triplet: 1D, 52 and B1. RGB value is (29,82,177). Sum of RGB (Red+Green+Blue) = 29+82+177=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 177 (69.53% from 255 or 61.46% from 288); Max value from RGB is 177 - color contains mainly: blue. Hex color #1D52B1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D52B1 is #E2AD4E. Grayscale: #4C4C4C. Windows color (decimal): -14855503 or 11620893. OLE color: 11620893.

HSL color Cylindrical-coordinate representation of color #1D52B1: hue angle of 218.51º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D52B1 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2982177-
CMYK0.840.5400.31
HSL218.51º71.84%40.39%-
HSV(B)218.51º83.62%69.41%-
XYZ11.469.4742.82-
YUV76.98184.4493.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.07%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 177 (69.53% from 255) = 61.46%
R=10.07%
G=28.47%
B=61.46%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal29821770.840.5400.31218.5171.8440.39
Hex1D52B1543601Fdb4828
Octal351222611246603733311050
Binary111011010010101100011010100110110011111110110111001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D52B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,82,177); }

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

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

 a { background-color: rgb(29,82,177); }

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

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

 span { border-color: rgb(29,82,177); }

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