Html Css Color HEX #1D509B Endeavour

📋 copy color: '#1D509B'

red 29 ◦ green 80 ◦ blue 155

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

Shades of Endeavour #1D509B

Tints of Endeavour #1D509B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

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

R = 10.98%
G = 30.3%
B = 58.71%

CMYK

 C value IS 0.81

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1D509B (or 0x1D509B) is known color: Endeavour. HEX triplet: 1D, 50 and 9B. RGB value is (29,80,155). Sum of RGB (Red+Green+Blue) = 29+80+155=264 (34% of max value = 765). Red value is 29 (11.72% from 255 or 10.98% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 155 (60.94% from 255 or 58.71% from 264); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D509B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D509B is #E2AF64. Grayscale: #484848. Windows color (decimal): -14856037 or 10178589. OLE color: 10178589.

HSL color Cylindrical-coordinate representation of color #1D509B: hue angle of 215.71º 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 #1D509B is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 29 80 155 -
CMYK 0.81 0.48 0 0.39
HSL 215.71º 0.68% 0.36% -
HSV(B) 215.71º 0.81% 0.61% -
XYZ 9.29 8.37 32.14 -
YUV 73.3 174.1 96.4 -
System Red Green Blue C M Y K H S L
Decimal 29 80 155 0.81 0.48 0 0.39 215.71 0.68 0.36
Hex 1D 50 9B 51 30 0 27 D8 44 24
Octal 35 120 233 121 60 0 47 330 104 44
Binary 11101 1010000 10011011 1010001 110000 0 100111 11011000 1000100 100100

Color Harmonies of #1D509B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D509B

Black with #1D509B

Text Example


Text Example

White with #1D509B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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