Html Css Color HEX #1D5196 Endeavour

📋 copy color: '#1D5196'

red 29 ◦ green 81 ◦ blue 150

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

Shades of Endeavour #1D5196

Tints of Endeavour #1D5196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 57.69%

R = 11.15%
G = 31.15%
B = 57.69%

CMYK

 C value IS 0.81

 M value IS 0.46

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#1D5196 (or 0x1D5196) is known color: Endeavour. HEX triplet: 1D, 51 and 96. RGB value is (29,81,150). Sum of RGB (Red+Green+Blue) = 29+81+150=260 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.15% from 260); Green value is 81 (32.03% from 255 or 31.15% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #1D5196 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5196 is #E2AE69. Grayscale: #484848. Windows color (decimal): -14855786 or 9851165. OLE color: 9851165.

HSL color Cylindrical-coordinate representation of color #1D5196: hue angle of 214.21º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D5196 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 29 81 150 -
CMYK 0.81 0.46 0 0.41
HSL 214.21º 0.68% 0.35% -
HSV(B) 214.21º 0.81% 0.59% -
XYZ 8.95 8.35 29.99 -
YUV 73.32 171.27 96.39 -
System Red Green Blue C M Y K H S L
Decimal 29 81 150 0.81 0.46 0 0.41 214.21 0.68 0.35
Hex 1D 51 96 51 2E 0 29 D6 44 23
Octal 35 121 226 121 56 0 51 326 104 43
Binary 11101 1010001 10010110 1010001 101110 0 101001 11010110 1000100 100011

Color Harmonies of #1D5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5196

Black with #1D5196

Text Example


Text Example

White with #1D5196

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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