#1b5d9c

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

Shades of Endeavour #1B5D9C

Tints of Endeavour #1B5D9C

Color information

#1B5D9C (or 0x1B5D9C) is unknown color: approx Endeavour. HEX triplet: 1B, 5D and 9C. RGB value is (27,93,156). Sum of RGB (Red+Green+Blue) = 27+93+156=276 (36% of max value = 765). Red value is 27 (10.94% from 255 or 9.78% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B5D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1B5D9C is #E4A263. Grayscale: #505050. Windows color (decimal): -14983780 or 10247451. OLE color: 10247451.

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

Color convert

RGB2793156-
CMYK0.830.4000.39
HSL209.3º70.49%35.88%-
HSV(B)209.3º82.69%61.18%-
XYZ10.3710.4632.93-
YUV80.45170.6389.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 9.78%
GREEN value IS 93 (36.72% from 255) = 33.70%
BLUE value IS 156 (61.33% from 255) = 56.52%
R=9.78%
G=33.70%
B=56.52%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal27931560.830.4000.39209.370.4935.88
Hex1B5D9C5328027d14624
Octal331352341235004732110644
Binary1101110111011001110010100111010000100111110100011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b5d9c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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