#1F5B95

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

Shades of Endeavour #1F5B95

Tints of Endeavour #1F5B95

Color information

#1F5B95 (or 0x1F5B95) is unknown color: approx Endeavour. HEX triplet: 1F, 5B and 95. RGB value is (31,91,149). Sum of RGB (Red+Green+Blue) = 31+91+149=271 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.44% from 271); Green value is 91 (35.94% from 255 or 33.58% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #1F5B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5B95 is #E0A46A. Grayscale: #4F4F4F. Windows color (decimal): -14722155 or 9788191. OLE color: 9788191.

HSL color Cylindrical-coordinate representation of color #1F5B95: hue angle of 209.49º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F5B95 is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3191149-
CMYK0.790.3900.42
HSL209.49º65.56%35.29%-
HSV(B)209.49º79.19%58.43%-
XYZ9.739.9429.84-
YUV79.67167.1293.28-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.44%
GREEN value IS 91 (35.94% from 255) = 33.58%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=11.44%
G=33.58%
B=54.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal31911490.790.3900.42209.4965.5635.29
Hex1F5B954F2702Ad14223
Octal371332251174705232110243
Binary1111110110111001010110011111001110101010110100011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,91,149); }

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

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

 a { background-color: rgb(31,91,149); }

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

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

 span { border-color: rgb(31,91,149); }

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