Html Css Color HEX #1D52BA Cerulean Blue

📋 copy color: '#1D52BA'

red 29 ◦ green 82 ◦ blue 186

#1D52BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1D52BA

Tints of Cerulean Blue #1D52BA

RGB

 RED value IS 29 (11.72% from 255) = 9.76%

 GREEN value IS 82 (32.42% from 255) = 27.61%

 BLUE value IS 186 (73.05% from 255) = 62.63%

R = 9.76%
G = 27.61%
B = 62.63%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D52BA (or 0x1D52BA) is known color: Cerulean Blue. HEX triplet: 1D, 52 and BA. RGB value is (29,82,186). Sum of RGB (Red+Green+Blue) = 29+82+186=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 186 (73.05% from 255 or 62.63% from 297); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D52BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D52BA is #E2AD45. Grayscale: #4D4D4D. Windows color (decimal): -14855494 or 12210717. OLE color: 12210717.

HSL color Cylindrical-coordinate representation of color #1D52BA: hue angle of 219.75º 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 #1D52BA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 29 82 186 -
CMYK 0.84 0.56 0 0.27
HSL 219.75º 0.73% 0.42% -
HSV(B) 219.75º 0.84% 0.73% -
XYZ 12.39 9.84 47.7 -
YUV 78.01 188.94 93.04 -
System Red Green Blue C M Y K H S L
Decimal 29 82 186 0.84 0.56 0 0.27 219.75 0.73 0.42
Hex 1D 52 BA 54 38 0 1B DC 49 2A
Octal 35 122 272 124 70 0 33 334 111 52
Binary 11101 1010010 10111010 1010100 111000 0 11011 11011100 1001001 101010

Color Harmonies of #1D52BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D52BA

Black with #1D52BA

Text Example


Text Example

White with #1D52BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1D52BA;
 }
 .AnyTagClassName
 {
   color: #1D52BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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