#1F6791

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

Shades of Endeavour #1F6791

Tints of Endeavour #1F6791

Color information

#1F6791 (or 0x1F6791) is unknown color: approx Endeavour. HEX triplet: 1F, 67 and 91. RGB value is (31,103,145). Sum of RGB (Red+Green+Blue) = 31+103+145=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 103 (40.62% from 255 or 36.92% from 279); Blue value is 145 (57.03% from 255 or 51.97% from 279); Max value from RGB is 145 - color contains mainly: blue. Hex color #1F6791 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6791 is #E0986E. Grayscale: #565656. Windows color (decimal): -14719087 or 9529119. OLE color: 9529119.

HSL color Cylindrical-coordinate representation of color #1F6791: hue angle of 202.11º 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 #1F6791 is Cyan = 0.79, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB31103145-
CMYK0.790.2900.43
HSL202.11º64.77%34.51%-
HSV(B)202.11º78.62%56.86%-
XYZ10.5312.0428.56-
YUV86.26161.1588.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 103 (40.62% from 255) = 36.92%
BLUE value IS 145 (57.03% from 255) = 51.97%
R=11.11%
G=36.92%
B=51.97%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311031450.790.2900.43202.1164.7734.51
Hex1F67914F1D02Bca4123
Octal371472211173505331210143
Binary111111100111100100011001111111010101011110010101000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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