Html Css Color HEX #1D4284 Dark Cerulean

📋 copy color: '#1D4284'

red 29 ◦ green 66 ◦ blue 132

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

Shades of Dark Cerulean #1D4284

Tints of Dark Cerulean #1D4284

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.07%

 BLUE value IS 132 (51.95% from 255) = 58.15%

R = 12.78%
G = 29.07%
B = 58.15%

CMYK

 C value IS 0.78

 M value IS 0.5

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1D4284 (or 0x1D4284) is known color: Dark Cerulean. HEX triplet: 1D, 42 and 84. RGB value is (29,66,132). Sum of RGB (Red+Green+Blue) = 29+66+132=227 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.78% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 132 (51.95% from 255 or 58.15% from 227); Max value from RGB is 132 - color contains mainly: blue. Hex color #1D4284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4284 is #E2BD7B. Grayscale: #3E3E3E. Windows color (decimal): -14859644 or 8667677. OLE color: 8667677.

HSL color Cylindrical-coordinate representation of color #1D4284: hue angle of 218.45º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4284 is Cyan = 0.78, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 29 66 132 -
CMYK 0.78 0.5 0 0.48
HSL 218.45º 0.64% 0.32% -
HSV(B) 218.45º 0.78% 0.52% -
XYZ 6.62 5.82 22.6 -
YUV 62.46 167.24 104.13 -
System Red Green Blue C M Y K H S L
Decimal 29 66 132 0.78 0.5 0 0.48 218.45 0.64 0.32
Hex 1D 42 84 4E 32 0 30 DA 40 20
Octal 35 102 204 116 62 0 60 332 100 40
Binary 11101 1000010 10000100 1001110 110010 0 110000 11011010 1000000 100000

Color Harmonies of #1D4284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4284

Black with #1D4284

Text Example


Text Example

White with #1D4284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,66,132); }

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

background-color css

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

 a { background-color: rgb(29,66,132); }

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

border-color css

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

 span { border-color: rgb(29,66,132); }

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