Html Css Color HEX #1D4587 Fun Blue

📋 copy color: '#1D4587'

red 29 ◦ green 69 ◦ blue 135

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

Shades of Fun Blue #1D4587

Tints of Fun Blue #1D4587

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.61%

 BLUE value IS 135 (53.13% from 255) = 57.94%

R = 12.45%
G = 29.61%
B = 57.94%

CMYK

 C value IS 0.79

 M value IS 0.49

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1D4587 (or 0x1D4587) is known color: Fun Blue. HEX triplet: 1D, 45 and 87. RGB value is (29,69,135). Sum of RGB (Red+Green+Blue) = 29+69+135=233 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.45% from 233); Green value is 69 (27.34% from 255 or 29.61% from 233); Blue value is 135 (53.12% from 255 or 57.94% from 233); Max value from RGB is 135 - color contains mainly: blue. Hex color #1D4587 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4587 is #E2BA78. Grayscale: #404040. Windows color (decimal): -14858873 or 8865053. OLE color: 8865053.

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

Color convert

RGB 29 69 135 -
CMYK 0.79 0.49 0 0.47
HSL 217.36º 0.65% 0.32% -
HSV(B) 217.36º 0.79% 0.53% -
XYZ 7.01 6.27 23.76 -
YUV 64.56 167.75 102.63 -
System Red Green Blue C M Y K H S L
Decimal 29 69 135 0.79 0.49 0 0.47 217.36 0.65 0.32
Hex 1D 45 87 4F 31 0 2F D9 41 20
Octal 35 105 207 117 61 0 57 331 101 40
Binary 11101 1000101 10000111 1001111 110001 0 101111 11011001 1000001 100000

Color Harmonies of #1D4587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4587

Black with #1D4587

Text Example


Text Example

White with #1D4587

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,69,135); }

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

background-color css

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

 a { background-color: rgb(29,69,135); }

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

border-color css

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

 span { border-color: rgb(29,69,135); }

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