Html Css Color HEX #1D4278 Dark Cerulean

📋 copy color: '#1D4278'

red 29 ◦ green 66 ◦ blue 120

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

Shades of Dark Cerulean #1D4278

Tints of Dark Cerulean #1D4278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 55.81%

R = 13.49%
G = 30.7%
B = 55.81%

CMYK

 C value IS 0.76

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D4278 (or 0x1D4278) is known color: Dark Cerulean. HEX triplet: 1D, 42 and 78. RGB value is (29,66,120). Sum of RGB (Red+Green+Blue) = 29+66+120=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #1D4278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4278 is #E2BD87. Grayscale: #3C3C3C. Windows color (decimal): -14859656 or 7881245. OLE color: 7881245.

HSL color Cylindrical-coordinate representation of color #1D4278: hue angle of 215.6º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4278 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 66 120 -
CMYK 0.76 0.45 0 0.53
HSL 215.6º 0.61% 0.29% -
HSV(B) 215.6º 0.76% 0.47% -
XYZ 5.85 5.51 18.53 -
YUV 61.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 29 66 120 0.76 0.45 0 0.53 215.6 0.61 0.29
Hex 1D 42 78 4C 2D 0 35 D8 3D 1D
Octal 35 102 170 114 55 0 65 330 75 35
Binary 11101 1000010 1111000 1001100 101101 0 110101 11011000 111101 11101

Color Harmonies of #1D4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4278

Black with #1D4278

Text Example


Text Example

White with #1D4278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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