#1C619D

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

Shades of Endeavour #1C619D

Tints of Endeavour #1C619D

Color information

#1C619D (or 0x1C619D) is unknown color: approx Endeavour. HEX triplet: 1C, 61 and 9D. RGB value is (28,97,157). Sum of RGB (Red+Green+Blue) = 28+97+157=282 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.93% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C619D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C619D is #E39E62. Grayscale: #525252. Windows color (decimal): -14917219 or 10314012. OLE color: 10314012.

HSL color Cylindrical-coordinate representation of color #1C619D: hue angle of 207.91º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C619D is Cyan = 0.82, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2897157-
CMYK0.820.3800.38
HSL207.91º69.73%36.27%-
HSV(B)207.91º82.17%61.57%-
XYZ10.8411.2333.49-
YUV83.21169.6488.62-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.93%
GREEN value IS 97 (38.28% from 255) = 34.40%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=9.93%
G=34.40%
B=55.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal28971570.820.3800.38207.9169.7336.27
Hex1C619D5226026d04624
Octal341412351224604632010644
Binary1110011000011001110110100101001100100110110100001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C619D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,97,157); }

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

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

 a { background-color: rgb(28,97,157); }

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

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

 span { border-color: rgb(28,97,157); }

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