Html Css Color HEX #1D519E Endeavour

📋 copy color: '#1D519E'

red 29 ◦ green 81 ◦ blue 158

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

Shades of Endeavour #1D519E

Tints of Endeavour #1D519E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 10.82%
G = 30.22%
B = 58.96%

CMYK

 C value IS 0.82

 M value IS 0.49

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1D519E (or 0x1D519E) is known color: Endeavour. HEX triplet: 1D, 51 and 9E. RGB value is (29,81,158). Sum of RGB (Red+Green+Blue) = 29+81+158=268 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.82% from 268); Green value is 81 (32.03% from 255 or 30.22% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D519E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D519E is #E2AE61. Grayscale: #494949. Windows color (decimal): -14855778 or 10375453. OLE color: 10375453.

HSL color Cylindrical-coordinate representation of color #1D519E: hue angle of 215.81º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D519E is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 29 81 158 -
CMYK 0.82 0.49 0 0.38
HSL 215.81º 0.69% 0.37% -
HSV(B) 215.81º 0.82% 0.62% -
XYZ 9.62 8.61 33.5 -
YUV 74.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 29 81 158 0.82 0.49 0 0.38 215.81 0.69 0.37
Hex 1D 51 9E 52 31 0 26 D8 45 25
Octal 35 121 236 122 61 0 46 330 105 45
Binary 11101 1010001 10011110 1010010 110001 0 100110 11011000 1000101 100101

Color Harmonies of #1D519E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D519E

Black with #1D519E

Text Example


Text Example

White with #1D519E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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