Html Css Color HEX #1D499B Endeavour

📋 copy color: '#1D499B'

red 29 ◦ green 73 ◦ blue 155

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

Shades of Endeavour #1D499B

Tints of Endeavour #1D499B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.4%

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 11.28%
G = 28.4%
B = 60.31%

CMYK

 C value IS 0.81

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D499B (or 0x1D499B) is known color: Endeavour. HEX triplet: 1D, 49 and 9B. RGB value is (29,73,155). Sum of RGB (Red+Green+Blue) = 29+73+155=257 (34% of max value = 765). Red value is 29 (11.72% from 255 or 11.28% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D499B is #E2B664. Grayscale: #444444. Windows color (decimal): -14857829 or 10176797. OLE color: 10176797.

HSL color Cylindrical-coordinate representation of color #1D499B: hue angle of 219.05º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D499B is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 73 155 -
CMYK 0.81 0.53 0 0.39
HSL 219.05º 0.68% 0.36% -
HSV(B) 219.05º 0.81% 0.61% -
XYZ 8.81 7.39 31.97 -
YUV 69.19 176.42 99.33 -
System Red Green Blue C M Y K H S L
Decimal 29 73 155 0.81 0.53 0 0.39 219.05 0.68 0.36
Hex 1D 49 9B 51 35 0 27 DB 44 24
Octal 35 111 233 121 65 0 47 333 104 44
Binary 11101 1001001 10011011 1010001 110101 0 100111 11011011 1000100 100100

Color Harmonies of #1D499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D499B

Black with #1D499B

Text Example


Text Example

White with #1D499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,73,155); }

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

background-color css

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

 a { background-color: rgb(29,73,155); }

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

border-color css

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

 span { border-color: rgb(29,73,155); }

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