#1B639C

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

Shades of Endeavour #1B639C

Tints of Endeavour #1B639C

Color information

#1B639C (or 0x1B639C) is unknown color: approx Endeavour. HEX triplet: 1B, 63 and 9C. RGB value is (27,99,156). Sum of RGB (Red+Green+Blue) = 27+99+156=282 (37% of max value = 765). Red value is 27 (10.94% from 255 or 9.57% from 282); Green value is 99 (39.06% from 255 or 35.11% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B639C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B639C is #E49C63. Grayscale: #535353. Windows color (decimal): -14982244 or 10248987. OLE color: 10248987.

HSL color Cylindrical-coordinate representation of color #1B639C: hue angle of 206.51º 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 #1B639C is Cyan = 0.83, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2799156-
CMYK0.830.3700.39
HSL206.51º70.49%35.88%-
HSV(B)206.51º82.69%61.18%-
XYZ10.9111.5633.11-
YUV83.97168.6587.37-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.57%
GREEN value IS 99 (39.06% from 255) = 35.11%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=9.57%
G=35.11%
B=55.32%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27991560.830.3700.39206.5170.4935.88
Hex1B639C5325027cf4624
Octal331432341234504731710644
Binary1101111000111001110010100111001010100111110011111000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B639C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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