#1D658F

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

Shades of Endeavour #1D658F

Tints of Endeavour #1D658F

Color information

#1D658F (or 0x1D658F) is unknown color: approx Endeavour. HEX triplet: 1D, 65 and 8F. RGB value is (29,101,143). Sum of RGB (Red+Green+Blue) = 29+101+143=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 101 (39.84% from 255 or 37.00% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #1D658F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D658F is #E29A70. Grayscale: #545454. Windows color (decimal): -14850673 or 9397533. OLE color: 9397533.

HSL color Cylindrical-coordinate representation of color #1D658F: hue angle of 202.11º degrees, saturation: 0.66, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D658F is Cyan = 0.80, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB29101143-
CMYK0.800.2900.44
HSL202.11º66.28%33.73%-
HSV(B)202.11º79.72%56.08%-
XYZ10.1211.5527.68-
YUV84.26161.1588.58-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.62%
GREEN value IS 101 (39.84% from 255) = 37.00%
BLUE value IS 143 (56.25% from 255) = 52.38%
R=10.62%
G=37.00%
B=52.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal291011430.800.2900.44202.1166.2833.73
Hex1D658F501D02Cca4222
Octal351452171203505431210242
Binary111011100101100011111010000111010101100110010101000010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D658F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,101,143); }

 H1.HeaderClassName
 {
   color: #1D658F;
 }
 .AnyTagClassName
 {
   color: #1D658F;
 }
</style>
background-color css

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

 a { background-color: rgb(29,101,143); }

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

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

 span { border-color: rgb(29,101,143); }

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