#1F629A

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

Shades of Endeavour #1F629A

Tints of Endeavour #1F629A

Color information

#1F629A (or 0x1F629A) is unknown color: approx Endeavour. HEX triplet: 1F, 62 and 9A. RGB value is (31,98,154). Sum of RGB (Red+Green+Blue) = 31+98+154=283 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.95% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 154 (60.55% from 255 or 54.42% from 283); Max value from RGB is 154 - color contains mainly: blue. Hex color #1F629A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F629A is #E09D65. Grayscale: #545454. Windows color (decimal): -14720358 or 10117663. OLE color: 10117663.

HSL color Cylindrical-coordinate representation of color #1F629A: hue angle of 207.32º 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 #1F629A is Cyan = 0.80, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3198154-
CMYK0.800.3600.40
HSL207.32º66.49%36.27%-
HSV(B)207.32º79.87%60.39%-
XYZ10.7711.3632.2-
YUV84.35167.389.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.95%
GREEN value IS 98 (38.67% from 255) = 34.63%
BLUE value IS 154 (60.55% from 255) = 54.42%
R=10.95%
G=34.63%
B=54.42%

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
Decimal31981540.800.3600.40207.3266.4936.27
Hex1F629A5024028cf4224
Octal371422321204405031710244
Binary1111111000101001101010100001001000101000110011111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F629A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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