Html Css Color HEX #1D608D Endeavour

📋 copy color: '#1D608D'

red 29 ◦ green 96 ◦ blue 141

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

Shades of Endeavour #1D608D

Tints of Endeavour #1D608D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.09%

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

R = 10.9%
G = 36.09%
B = 53.01%

CMYK

 C value IS 0.79

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1D608D (or 0x1D608D) is known color: Endeavour. HEX triplet: 1D, 60 and 8D. RGB value is (29,96,141). Sum of RGB (Red+Green+Blue) = 29+96+141=266 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.90% from 266); Green value is 96 (37.89% from 255 or 36.09% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #1D608D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D608D is #E29F72. Grayscale: #505050. Windows color (decimal): -14851955 or 9265181. OLE color: 9265181.

HSL color Cylindrical-coordinate representation of color #1D608D: hue angle of 204.11º 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 #1D608D is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 29 96 141 -
CMYK 0.79 0.32 0 0.45
HSL 204.11º 0.66% 0.33% -
HSV(B) 204.11º 0.79% 0.55% -
XYZ 9.5 10.55 26.74 -
YUV 81.1 161.8 90.84 -
System Red Green Blue C M Y K H S L
Decimal 29 96 141 0.79 0.32 0 0.45 204.11 0.66 0.33
Hex 1D 60 8D 4F 20 0 2D CC 42 21
Octal 35 140 215 117 40 0 55 314 102 41
Binary 11101 1100000 10001101 1001111 100000 0 101101 11001100 1000010 100001

Color Harmonies of #1D608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D608D

Black with #1D608D

Text Example


Text Example

White with #1D608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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