#1D4686

Color #1D4686 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #1D4686

Tints of Fun Blue #1D4686

Color information

#1D4686 (or 0x1D4686) is unknown color: approx Fun Blue. HEX triplet: 1D, 46 and 86. RGB value is (29,70,134). Sum of RGB (Red+Green+Blue) = 29+70+134=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 70 (27.73% from 255 or 30.04% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #1D4686 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4686 is #E2B979. Grayscale: #404040. Windows color (decimal): -14858618 or 8799773. OLE color: 8799773.

HSL color Cylindrical-coordinate representation of color #1D4686: hue angle of 216.57º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1D4686 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2970134-
CMYK0.780.4800.47
HSL216.57º64.42%31.96%-
HSV(B)216.57º78.36%52.55%-
XYZ76.3623.41-
YUV65.04166.92102.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 12.45%
GREEN value IS 70 (27.73% from 255) = 30.04%
BLUE value IS 134 (52.73% from 255) = 57.51%
R=12.45%
G=30.04%
B=57.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal29701340.780.4800.47216.5764.4231.96
Hex1D46864E3002Fd94020
Octal351062061166005733110040
Binary1110110001101000011010011101100000101111110110011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,70,134); }

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

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

 a { background-color: rgb(29,70,134); }

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

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

 span { border-color: rgb(29,70,134); }

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