Html Css Color HEX #1D4277 Dark Cerulean

📋 copy color: '#1D4277'

red 29 ◦ green 66 ◦ blue 119

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

Shades of Dark Cerulean #1D4277

Tints of Dark Cerulean #1D4277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 55.61%

R = 13.55%
G = 30.84%
B = 55.61%

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

#1D4277 (or 0x1D4277) is known color: Dark Cerulean. HEX triplet: 1D, 42 and 77. RGB value is (29,66,119). Sum of RGB (Red+Green+Blue) = 29+66+119=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 119 (46.88% from 255 or 55.61% from 214); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4277 is #E2BD88. Grayscale: #3C3C3C. Windows color (decimal): -14859657 or 7815709. OLE color: 7815709.

HSL color Cylindrical-coordinate representation of color #1D4277: hue angle of 215.33º 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 #1D4277 is Cyan = 0.76, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 66 119 -
CMYK 0.76 0.45 0 0.53
HSL 215.33º 0.61% 0.29% -
HSV(B) 215.33º 0.76% 0.47% -
XYZ 5.78 5.49 18.21 -
YUV 60.98 160.74 105.19 -
System Red Green Blue C M Y K H S L
Decimal 29 66 119 0.76 0.45 0 0.53 215.33 0.61 0.29
Hex 1D 42 77 4C 2D 0 35 D7 3D 1D
Octal 35 102 167 114 55 0 65 327 75 35
Binary 11101 1000010 1110111 1001100 101101 0 110101 11010111 111101 11101

Color Harmonies of #1D4277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4277

Black with #1D4277

Text Example


Text Example

White with #1D4277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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