#1F639A

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

Shades of Endeavour #1F639A

Tints of Endeavour #1F639A

Color information

#1F639A (or 0x1F639A) is unknown color: approx Endeavour. HEX triplet: 1F, 63 and 9A. RGB value is (31,99,154). Sum of RGB (Red+Green+Blue) = 31+99+154=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F639A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F639A is #E09C65. Grayscale: #545454. Windows color (decimal): -14720102 or 10117919. OLE color: 10117919.

HSL color Cylindrical-coordinate representation of color #1F639A: hue angle of 206.83º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F639A is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3199154-
CMYK0.800.3600.40
HSL206.83º66.49%36.27%-
HSV(B)206.83º79.87%60.39%-
XYZ10.8611.5532.23-
YUV84.94166.9789.53-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.92%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=10.92%
G=34.86%
B=54.23%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal31991540.800.3600.40206.8366.4936.27
Hex1F639A5024028cf4224
Octal371432321204405031710244
Binary1111111000111001101010100001001000101000110011111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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