Html Css Color HEX #1D5A91 Endeavour

📋 copy color: '#1D5A91'

red 29 ◦ green 90 ◦ blue 145

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

Shades of Endeavour #1D5A91

Tints of Endeavour #1D5A91

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.09%

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 10.98%
G = 34.09%
B = 54.92%

CMYK

 C value IS 0.8

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1D5A91 (or 0x1D5A91) is known color: Endeavour. HEX triplet: 1D, 5A and 91. RGB value is (29,90,145). Sum of RGB (Red+Green+Blue) = 29+90+145=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #1D5A91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5A91 is #E2A56E. Grayscale: #4D4D4D. Windows color (decimal): -14853487 or 9525789. OLE color: 9525789.

HSL color Cylindrical-coordinate representation of color #1D5A91: hue angle of 208.45º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D5A91 is Cyan = 0.8, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 29 90 145 -
CMYK 0.8 0.38 0 0.43
HSL 208.45º 0.67% 0.34% -
HSV(B) 208.45º 0.8% 0.57% -
XYZ 9.27 9.62 28.16 -
YUV 78.03 165.79 93.03 -
System Red Green Blue C M Y K H S L
Decimal 29 90 145 0.8 0.38 0 0.43 208.45 0.67 0.34
Hex 1D 5A 91 50 26 0 2B D0 43 22
Octal 35 132 221 120 46 0 53 320 103 42
Binary 11101 1011010 10010001 1010000 100110 0 101011 11010000 1000011 100010

Color Harmonies of #1D5A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D5A91

Black with #1D5A91

Text Example


Text Example

White with #1D5A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,90,145); }

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

background-color css

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

 a { background-color: rgb(29,90,145); }

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

border-color css

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

 span { border-color: rgb(29,90,145); }

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