#1B4B9D

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

Shades of Endeavour #1B4B9D

Tints of Endeavour #1B4B9D

Color information

#1B4B9D (or 0x1B4B9D) is unknown color: approx Endeavour. HEX triplet: 1B, 4B and 9D. RGB value is (27,75,157). Sum of RGB (Red+Green+Blue) = 27+75+157=259 (34% of max value = 765). Red value is 27 (10.94% from 255 or 10.42% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 157 (61.72% from 255 or 60.62% from 259); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B4B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4B9D is #E4B462. Grayscale: #454545. Windows color (decimal): -14988387 or 10308379. OLE color: 10308379.

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

Color convert

RGB2775157-
CMYK0.830.5200.38
HSL217.85º70.65%36.08%-
HSV(B)217.85º82.8%61.57%-
XYZ9.057.732.91-
YUV70177.197.33-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.42%
GREEN value IS 75 (29.69% from 255) = 28.96%
BLUE value IS 157 (61.72% from 255) = 60.62%
R=10.42%
G=28.96%
B=60.62%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27751570.830.5200.38217.8570.6536.08
Hex1B4B9D5334026da4724
Octal331132351236404633210744
Binary1101110010111001110110100111101000100110110110101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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