#1B619C

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

Shades of Endeavour #1B619C

Tints of Endeavour #1B619C

Color information

#1B619C (or 0x1B619C) is unknown color: approx Endeavour. HEX triplet: 1B, 61 and 9C. RGB value is (27,97,156). Sum of RGB (Red+Green+Blue) = 27+97+156=280 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.64% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 156 (61.33% from 255 or 55.71% from 280); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B619C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B619C is #E49E63. Grayscale: #525252. Windows color (decimal): -14982756 or 10248475. OLE color: 10248475.

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

Color convert

RGB2797156-
CMYK0.830.3800.39
HSL207.44º70.49%35.88%-
HSV(B)207.44º82.69%61.18%-
XYZ10.7311.1833.05-
YUV82.8169.3188.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.64%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 156 (61.33% from 255) = 55.71%
R=9.64%
G=34.64%
B=55.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27971560.830.3800.39207.4470.4935.88
Hex1B619C5326027cf4624
Octal331412341234604731710644
Binary1101111000011001110010100111001100100111110011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,97,156); }

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

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

 a { background-color: rgb(27,97,156); }

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

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

 span { border-color: rgb(27,97,156); }

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