#1D417A

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

Shades of Dark Cerulean #1D417A

Tints of Dark Cerulean #1D417A

Color information

#1D417A (or 0x1D417A) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 41 and 7A. RGB value is (29,65,122). Sum of RGB (Red+Green+Blue) = 29+65+122=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 65 (25.78% from 255 or 30.09% from 216); Blue value is 122 (48.05% from 255 or 56.48% from 216); Max value from RGB is 122 - color contains mainly: blue. Hex color #1D417A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D417A is #E2BE85. Grayscale: #3C3C3C. Windows color (decimal): -14859910 or 8012061. OLE color: 8012061.

HSL color Cylindrical-coordinate representation of color #1D417A: hue angle of 216.77º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D417A is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2965122-
CMYK0.760.4700.52
HSL216.77º61.59%29.61%-
HSV(B)216.77º76.23%47.84%-
XYZ5.915.4519.15-
YUV60.73162.57105.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.43%
GREEN value IS 65 (25.78% from 255) = 30.09%
BLUE value IS 122 (48.05% from 255) = 56.48%
R=13.43%
G=30.09%
B=56.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29651220.760.4700.52216.7761.5929.61
Hex1D417A4C2F034d93e1e
Octal35101172114570643317636
Binary1110110000011111010100110010111101101001101100111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,65,122); }

 H1.HeaderClassName
 {
   color: #1D417A;
 }
 .AnyTagClassName
 {
   color: #1D417A;
 }
</style>
background-color css

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

 a { background-color: rgb(29,65,122); }

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

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

 span { border-color: rgb(29,65,122); }

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