Html Css Color HEX #1D4373 Dark Cerulean

📋 copy color: '#1D4373'

red 29 ◦ green 67 ◦ blue 115

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

Shades of Dark Cerulean #1D4373

Tints of Dark Cerulean #1D4373

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.75%

 BLUE value IS 115 (45.31% from 255) = 54.5%

R = 13.74%
G = 31.75%
B = 54.5%

CMYK

 C value IS 0.75

 M value IS 0.42

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D4373 (or 0x1D4373) is known color: Dark Cerulean. HEX triplet: 1D, 43 and 73. RGB value is (29,67,115). Sum of RGB (Red+Green+Blue) = 29+67+115=211 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.74% from 211); Green value is 67 (26.56% from 255 or 31.75% from 211); Blue value is 115 (45.31% from 255 or 54.50% from 211); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D4373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4373 is #E2BC8C. Grayscale: #3C3C3C. Windows color (decimal): -14859405 or 7553821. OLE color: 7553821.

HSL color Cylindrical-coordinate representation of color #1D4373: hue angle of 213.49º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4373 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 67 115 -
CMYK 0.75 0.42 0 0.55
HSL 213.49º 0.6% 0.28% -
HSV(B) 213.49º 0.75% 0.45% -
XYZ 5.61 5.51 16.99 -
YUV 61.11 158.41 105.1 -
System Red Green Blue C M Y K H S L
Decimal 29 67 115 0.75 0.42 0 0.55 213.49 0.6 0.28
Hex 1D 43 73 4B 2A 0 37 D5 3C 1C
Octal 35 103 163 113 52 0 67 325 74 34
Binary 11101 1000011 1110011 1001011 101010 0 110111 11010101 111100 11100

Color Harmonies of #1D4373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4373

Black with #1D4373

Text Example


Text Example

White with #1D4373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,67,115); }

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

background-color css

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

 a { background-color: rgb(29,67,115); }

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

border-color css

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

 span { border-color: rgb(29,67,115); }

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