Html Css Color HEX #1D49BA Cerulean Blue

📋 copy color: '#1D49BA'

red 29 ◦ green 73 ◦ blue 186

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

Shades of Cerulean Blue #1D49BA

Tints of Cerulean Blue #1D49BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.35%

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

R = 10.07%
G = 25.35%
B = 64.58%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1D49BA (or 0x1D49BA) is known color: Cerulean Blue. HEX triplet: 1D, 49 and BA. RGB value is (29,73,186). Sum of RGB (Red+Green+Blue) = 29+73+186=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D49BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1D49BA is #E2B645. Grayscale: #484848. Windows color (decimal): -14857798 or 12208413. OLE color: 12208413.

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

Color convert

RGB 29 73 186 -
CMYK 0.84 0.61 0 0.27
HSL 223.18º 0.73% 0.42% -
HSV(B) 223.18º 0.84% 0.73% -
XYZ 11.75 8.57 47.49 -
YUV 72.73 191.92 96.81 -
System Red Green Blue C M Y K H S L
Decimal 29 73 186 0.84 0.61 0 0.27 223.18 0.73 0.42
Hex 1D 49 BA 54 3D 0 1B DF 49 2A
Octal 35 111 272 124 75 0 33 337 111 52
Binary 11101 1001001 10111010 1010100 111101 0 11011 11011111 1001001 101010

Color Harmonies of #1D49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D49BA

Black with #1D49BA

Text Example


Text Example

White with #1D49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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