Html Css Color HEX #1D4682 Dark Cerulean

📋 copy color: '#1D4682'

red 29 ◦ green 70 ◦ blue 130

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

Shades of Dark Cerulean #1D4682

Tints of Dark Cerulean #1D4682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.57%

 BLUE value IS 130 (51.17% from 255) = 56.77%

R = 12.66%
G = 30.57%
B = 56.77%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1D4682 (or 0x1D4682) is known color: Dark Cerulean. HEX triplet: 1D, 46 and 82. RGB value is (29,70,130). Sum of RGB (Red+Green+Blue) = 29+70+130=229 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.66% from 229); Green value is 70 (27.73% from 255 or 30.57% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #1D4682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4682 is #E2B97D. Grayscale: #404040. Windows color (decimal): -14858622 or 8537629. OLE color: 8537629.

HSL color Cylindrical-coordinate representation of color #1D4682: hue angle of 215.64º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4682 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 29 70 130 -
CMYK 0.78 0.46 0 0.49
HSL 215.64º 0.64% 0.31% -
HSV(B) 215.64º 0.78% 0.51% -
XYZ 6.73 6.25 21.97 -
YUV 64.58 164.92 102.62 -
System Red Green Blue C M Y K H S L
Decimal 29 70 130 0.78 0.46 0 0.49 215.64 0.64 0.31
Hex 1D 46 82 4E 2E 0 31 D8 40 1F
Octal 35 106 202 116 56 0 61 330 100 37
Binary 11101 1000110 10000010 1001110 101110 0 110001 11011000 1000000 11111

Color Harmonies of #1D4682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4682

Black with #1D4682

Text Example


Text Example

White with #1D4682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,70,130); }

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

background-color css

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

 a { background-color: rgb(29,70,130); }

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

border-color css

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

 span { border-color: rgb(29,70,130); }

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