#1F638F

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

Shades of Endeavour #1F638F

Tints of Endeavour #1F638F

Color information

#1F638F (or 0x1F638F) is unknown color: approx Endeavour. HEX triplet: 1F, 63 and 8F. RGB value is (31,99,143). Sum of RGB (Red+Green+Blue) = 31+99+143=273 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.36% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 143 (56.25% from 255 or 52.38% from 273); Max value from RGB is 143 - color contains mainly: blue. Hex color #1F638F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F638F is #E09C70. Grayscale: #535353. Windows color (decimal): -14720113 or 9397023. OLE color: 9397023.

HSL color Cylindrical-coordinate representation of color #1F638F: hue angle of 203.57º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F638F is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3199143-
CMYK0.780.3100.44
HSL203.57º64.37%34.12%-
HSV(B)203.57º78.32%56.08%-
XYZ9.9811.227.62-
YUV83.68161.4790.42-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.36%
GREEN value IS 99 (39.06% from 255) = 36.26%
BLUE value IS 143 (56.25% from 255) = 52.38%
R=11.36%
G=36.26%
B=52.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal31991430.780.3100.44203.5764.3734.12
Hex1F638F4E1F02Ccc4022
Octal371432171163705431410042
Binary111111100011100011111001110111110101100110011001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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