Html Css Color HEX #1D5189 Endeavour

📋 copy color: '#1D5189'

red 29 ◦ green 81 ◦ blue 137

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

Shades of Endeavour #1D5189

Tints of Endeavour #1D5189

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.79%

 BLUE value IS 137 (53.91% from 255) = 55.47%

R = 11.74%
G = 32.79%
B = 55.47%

CMYK

 C value IS 0.79

 M value IS 0.41

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D5189 (or 0x1D5189) is known color: Endeavour. HEX triplet: 1D, 51 and 89. RGB value is (29,81,137). Sum of RGB (Red+Green+Blue) = 29+81+137=247 (32% of max value = 765). Red value is 29 (11.72% from 255 or 11.74% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 137 (53.91% from 255 or 55.47% from 247); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D5189 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5189 is #E2AE76. Grayscale: #474747. Windows color (decimal): -14855799 or 8999197. OLE color: 8999197.

HSL color Cylindrical-coordinate representation of color #1D5189: hue angle of 211.11º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D5189 is Cyan = 0.79, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 81 137 -
CMYK 0.79 0.41 0 0.46
HSL 211.11º 0.65% 0.33% -
HSV(B) 211.11º 0.79% 0.54% -
XYZ 7.96 7.95 24.78 -
YUV 71.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 29 81 137 0.79 0.41 0 0.46 211.11 0.65 0.33
Hex 1D 51 89 4F 29 0 2E D3 41 21
Octal 35 121 211 117 51 0 56 323 101 41
Binary 11101 1010001 10001001 1001111 101001 0 101110 11010011 1000001 100001

Color Harmonies of #1D5189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5189

Black with #1D5189

Text Example


Text Example

White with #1D5189

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,81,137); }

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

background-color css

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

 a { background-color: rgb(29,81,137); }

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

border-color css

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

 span { border-color: rgb(29,81,137); }

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