Html Css Color HEX #1D4BAB Cerulean Blue

📋 copy color: '#1D4BAB'

red 29 ◦ green 75 ◦ blue 171

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

Shades of Cerulean Blue #1D4BAB

Tints of Cerulean Blue #1D4BAB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.27%

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 10.55%
G = 27.27%
B = 62.18%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D4BAB (or 0x1D4BAB) is known color: Cerulean Blue. HEX triplet: 1D, 4B and AB. RGB value is (29,75,171). Sum of RGB (Red+Green+Blue) = 29+75+171=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D4BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4BAB is #E2B454. Grayscale: #474747. Windows color (decimal): -14857301 or 11225885. OLE color: 11225885.

HSL color Cylindrical-coordinate representation of color #1D4BAB: hue angle of 220.56º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D4BAB is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 75 171 -
CMYK 0.83 0.56 0 0.33
HSL 220.56º 0.71% 0.39% -
HSV(B) 220.56º 0.83% 0.67% -
XYZ 10.37 8.23 39.57 -
YUV 72.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 29 75 171 0.83 0.56 0 0.33 220.56 0.71 0.39
Hex 1D 4B AB 53 38 0 21 DD 47 27
Octal 35 113 253 123 70 0 41 335 107 47
Binary 11101 1001011 10101011 1010011 111000 0 100001 11011101 1000111 100111

Color Harmonies of #1D4BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4BAB

Black with #1D4BAB

Text Example


Text Example

White with #1D4BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,75,171); }

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

background-color css

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

 a { background-color: rgb(29,75,171); }

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

border-color css

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

 span { border-color: rgb(29,75,171); }

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