Html Css Color HEX #1D3F7F Dark Cerulean

📋 copy color: '#1D3F7F'

red 29 ◦ green 63 ◦ blue 127

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

Shades of Dark Cerulean #1D3F7F

Tints of Dark Cerulean #1D3F7F

RGB

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

 GREEN value IS 63 (25% from 255) = 28.77%

 BLUE value IS 127 (50% from 255) = 57.99%

R = 13.24%
G = 28.77%
B = 57.99%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1D3F7F (or 0x1D3F7F) is known color: Dark Cerulean. HEX triplet: 1D, 3F and 7F. RGB value is (29,63,127). Sum of RGB (Red+Green+Blue) = 29+63+127=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 63 (25% from 255 or 28.77% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #1D3F7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3F7F is #E2C080. Grayscale: #3B3B3B. Windows color (decimal): -14860417 or 8339229. OLE color: 8339229.

HSL color Cylindrical-coordinate representation of color #1D3F7F: hue angle of 219.18º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D3F7F is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 29 63 127 -
CMYK 0.77 0.50 0 0.50
HSL 219.18º 0.63% 0.31% -
HSV(B) 219.18º 0.77% 0.5% -
XYZ 6.11 5.35 20.79 -
YUV 60.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 29 63 127 0.77 0.50 0 0.50 219.18 0.63 0.31
Hex 1D 3F 7F 4D 32 0 32 DB 3F 1F
Octal 35 77 177 115 62 0 62 333 77 37
Binary 11101 111111 1111111 1001101 110010 0 110010 11011011 111111 11111

Color Harmonies of #1D3F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3F7F

Black with #1D3F7F

Text Example


Text Example

White with #1D3F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,63,127); }

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

background-color css

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

 a { background-color: rgb(29,63,127); }

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

border-color css

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

 span { border-color: rgb(29,63,127); }

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