#1F6391

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

Shades of Endeavour #1F6391

Tints of Endeavour #1F6391

Color information

#1F6391 (or 0x1F6391) is unknown color: approx Endeavour. HEX triplet: 1F, 63 and 91. RGB value is (31,99,145). Sum of RGB (Red+Green+Blue) = 31+99+145=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 99 (39.06% from 255 or 36% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F6391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6391 is #E09C6E. Grayscale: #535353. Windows color (decimal): -14720111 or 9528095. OLE color: 9528095.

HSL color Cylindrical-coordinate representation of color #1F6391: hue angle of 204.21º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F6391 is Cyan = 0.79, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3199145-
CMYK0.790.3200.43
HSL204.21º64.77%34.51%-
HSV(B)204.21º78.62%56.86%-
XYZ10.1411.2628.43-
YUV83.91162.4790.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.27%
GREEN value IS 99 (39.06% from 255) = 36%
BLUE value IS 145 (57.03% from 255) = 52.73%
R=11.27%
G=36%
B=52.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal31991450.790.3200.43204.2164.7734.51
Hex1F63914F2002Bcc4123
Octal371432211174005331410143
Binary1111111000111001000110011111000000101011110011001000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,99,145); }

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

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

 a { background-color: rgb(31,99,145); }

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

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

 span { border-color: rgb(31,99,145); }

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