Html Css Color HEX #1D508D Endeavour

📋 copy color: '#1D508D'

red 29 ◦ green 80 ◦ blue 141

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

Shades of Endeavour #1D508D

Tints of Endeavour #1D508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 11.6%
G = 32%
B = 56.4%

CMYK

 C value IS 0.79

 M value IS 0.43

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D508D (or 0x1D508D) is known color: Endeavour. HEX triplet: 1D, 50 and 8D. RGB value is (29,80,141). Sum of RGB (Red+Green+Blue) = 29+80+141=250 (33% of max value = 765). Red value is 29 (11.72% from 255 or 11.6% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D508D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D508D is #E2AF72. Grayscale: #474747. Windows color (decimal): -14856051 or 9261085. OLE color: 9261085.

HSL color Cylindrical-coordinate representation of color #1D508D: hue angle of 212.68º degrees, saturation: 0.66, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D508D is Cyan = 0.79, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 80 141 -
CMYK 0.79 0.43 0 0.45
HSL 212.68º 0.66% 0.33% -
HSV(B) 212.68º 0.79% 0.55% -
XYZ 8.18 7.92 26.3 -
YUV 71.71 167.1 97.54 -
System Red Green Blue C M Y K H S L
Decimal 29 80 141 0.79 0.43 0 0.45 212.68 0.66 0.33
Hex 1D 50 8D 4F 2B 0 2D D5 42 21
Octal 35 120 215 117 53 0 55 325 102 41
Binary 11101 1010000 10001101 1001111 101011 0 101101 11010101 1000010 100001

Color Harmonies of #1D508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D508D

Black with #1D508D

Text Example


Text Example

White with #1D508D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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