Html Css Color HEX #1D4FAC Cerulean Blue

📋 copy color: '#1D4FAC'

red 29 ◦ green 79 ◦ blue 172

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

Shades of Cerulean Blue #1D4FAC

Tints of Cerulean Blue #1D4FAC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 28.21%

 BLUE value IS 172 (67.58% from 255) = 61.43%

R = 10.36%
G = 28.21%
B = 61.43%

CMYK

 C value IS 0.83

 M value IS 0.54

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D4FAC (or 0x1D4FAC) is known color: Cerulean Blue. HEX triplet: 1D, 4F and AC. RGB value is (29,79,172). Sum of RGB (Red+Green+Blue) = 29+79+172=280 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.36% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D4FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4FAC is #E2B053. Grayscale: #4A4A4A. Windows color (decimal): -14856276 or 11292445. OLE color: 11292445.

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

Color convert

RGB 29 79 172 -
CMYK 0.83 0.54 0 0.33
HSL 219.02º 0.71% 0.39% -
HSV(B) 219.02º 0.83% 0.67% -
XYZ 10.75 8.83 40.17 -
YUV 74.65 182.94 95.44 -
System Red Green Blue C M Y K H S L
Decimal 29 79 172 0.83 0.54 0 0.33 219.02 0.71 0.39
Hex 1D 4F AC 53 36 0 21 DB 47 27
Octal 35 117 254 123 66 0 41 333 107 47
Binary 11101 1001111 10101100 1010011 110110 0 100001 11011011 1000111 100111

Color Harmonies of #1D4FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4FAC

Black with #1D4FAC

Text Example


Text Example

White with #1D4FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,79,172); }

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

background-color css

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

 a { background-color: rgb(29,79,172); }

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

border-color css

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

 span { border-color: rgb(29,79,172); }

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