#1D608D

Color #1D608D Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #1D608D

Tints of Endeavour #1D608D

Color information

#1D608D (or 0x1D608D) is unknown color: approx 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

RGB2996141-
CMYK0.790.3200.45
HSL204.11º65.88%33.33%-
HSV(B)204.11º79.43%55.29%-
XYZ9.510.5526.74-
YUV81.1161.890.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.90%
GREEN value IS 96 (37.89% from 255) = 36.09%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=10.90%
G=36.09%
B=53.01%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal29961410.790.3200.45204.1165.8833.33
Hex1D608D4F2002Dcc4221
Octal351402151174005531410241
Binary1110111000001000110110011111000000101101110011001000010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>