#1F608C

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

Shades of Endeavour #1F608C

Tints of Endeavour #1F608C

Color information

#1F608C (or 0x1F608C) is unknown color: approx Endeavour. HEX triplet: 1F, 60 and 8C. RGB value is (31,96,140). Sum of RGB (Red+Green+Blue) = 31+96+140=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F608C is #E09F73. Grayscale: #515151. Windows color (decimal): -14720884 or 9199647. OLE color: 9199647.

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

Color convert

RGB3196140-
CMYK0.780.3100.45
HSL204.22º63.74%33.53%-
HSV(B)204.22º77.86%54.9%-
XYZ9.4810.5526.35-
YUV81.58160.9791.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.61%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 140 (55.08% from 255) = 52.43%
R=11.61%
G=35.96%
B=52.43%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31961400.780.3100.45204.2263.7433.53
Hex1F608C4E1F02Dcc4022
Octal371402141163705531410042
Binary111111100000100011001001110111110101101110011001000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,96,140); }

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

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

 a { background-color: rgb(31,96,140); }

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

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

 span { border-color: rgb(31,96,140); }

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