#1B4A9A

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

Shades of Endeavour #1B4A9A

Tints of Endeavour #1B4A9A

Color information

#1B4A9A (or 0x1B4A9A) is unknown color: approx Endeavour. HEX triplet: 1B, 4A and 9A. RGB value is (27,74,154). Sum of RGB (Red+Green+Blue) = 27+74+154=255 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.59% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B4A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4A9A is #E4B565. Grayscale: #444444. Windows color (decimal): -14988646 or 10111515. OLE color: 10111515.

HSL color Cylindrical-coordinate representation of color #1B4A9A: hue angle of 217.8º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B4A9A is Cyan = 0.82, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB2774154-
CMYK0.820.5200.40
HSL217.8º70.17%35.49%-
HSV(B)217.8º82.47%60.39%-
XYZ8.737.4631.55-
YUV69.07175.9398-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.59%
GREEN value IS 74 (29.30% from 255) = 29.02%
BLUE value IS 154 (60.55% from 255) = 60.39%
R=10.59%
G=29.02%
B=60.39%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal27741540.820.5200.40217.870.1735.49
Hex1B4A9A5234028da4623
Octal331122321226405033210643
Binary1101110010101001101010100101101000101000110110101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,74,154); }

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

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

 a { background-color: rgb(27,74,154); }

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

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

 span { border-color: rgb(27,74,154); }

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