#1B5C9D

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

Shades of Endeavour #1B5C9D

Tints of Endeavour #1B5C9D

Color information

#1B5C9D (or 0x1B5C9D) is unknown color: approx Endeavour. HEX triplet: 1B, 5C and 9D. RGB value is (27,92,157). Sum of RGB (Red+Green+Blue) = 27+92+157=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 92 (36.33% from 255 or 33.33% from 276); Blue value is 157 (61.72% from 255 or 56.88% from 276); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B5C9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5C9D is #E4A362. Grayscale: #4F4F4F. Windows color (decimal): -14984035 or 10312731. OLE color: 10312731.

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

Color convert

RGB2792157-
CMYK0.830.4100.38
HSL210º70.65%36.08%-
HSV(B)210º82.8%61.57%-
XYZ10.3610.3233.34-
YUV79.97171.4790.21-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.78%
GREEN value IS 92 (36.33% from 255) = 33.33%
BLUE value IS 157 (61.72% from 255) = 56.88%
R=9.78%
G=33.33%
B=56.88%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27921570.830.4100.3821070.6536.08
Hex1B5C9D5329026d24724
Octal331342351235104632210744
Binary1101110111001001110110100111010010100110110100101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B5C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,92,157); }

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

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

 a { background-color: rgb(27,92,157); }

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

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

 span { border-color: rgb(27,92,157); }

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