Html Css Color HEX #1D4AAB Cerulean Blue

📋 copy color: '#1D4AAB'

red 29 ◦ green 74 ◦ blue 171

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

Shades of Cerulean Blue #1D4AAB

Tints of Cerulean Blue #1D4AAB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

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

R = 10.58%
G = 27.01%
B = 62.41%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D4AAB (or 0x1D4AAB) is known color: Cerulean Blue. HEX triplet: 1D, 4A and AB. RGB value is (29,74,171). Sum of RGB (Red+Green+Blue) = 29+74+171=274 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.58% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #1D4AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4AAB is #E2B554. Grayscale: #474747. Windows color (decimal): -14857557 or 11225629. OLE color: 11225629.

HSL color Cylindrical-coordinate representation of color #1D4AAB: hue angle of 220.99º 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 #1D4AAB is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 74 171 -
CMYK 0.83 0.57 0 0.33
HSL 220.99º 0.71% 0.39% -
HSV(B) 220.99º 0.83% 0.67% -
XYZ 10.31 8.1 39.55 -
YUV 71.6 184.09 97.61 -
System Red Green Blue C M Y K H S L
Decimal 29 74 171 0.83 0.57 0 0.33 220.99 0.71 0.39
Hex 1D 4A AB 53 39 0 21 DD 47 27
Octal 35 112 253 123 71 0 41 335 107 47
Binary 11101 1001010 10101011 1010011 111001 0 100001 11011101 1000111 100111

Color Harmonies of #1D4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4AAB

Black with #1D4AAB

Text Example


Text Example

White with #1D4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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