#1D3F7F

Color #1D3F7F Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1D3F7F

Tints of Dark Cerulean #1D3F7F

Color information

#1D3F7F (or 0x1D3F7F) is unknown color: approx 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

RGB2963127-
CMYK0.770.5000.50
HSL219.18º62.82%30.59%-
HSV(B)219.18º77.17%49.8%-
XYZ6.115.3520.79-
YUV60.13165.74105.8-

RGB Variations

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

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 (Cyan) values IS 0.77
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29631270.770.5000.50219.1862.8230.59
Hex1D3F7F4D32032db3f1f
Octal3577177115620623337737
Binary111011111111111111100110111001001100101101101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>