#1F6692

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

Shades of Endeavour #1F6692

Tints of Endeavour #1F6692

Color information

#1F6692 (or 0x1F6692) is unknown color: approx Endeavour. HEX triplet: 1F, 66 and 92. RGB value is (31,102,146). Sum of RGB (Red+Green+Blue) = 31+102+146=279 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.11% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 146 (57.42% from 255 or 52.33% from 279); Max value from RGB is 146 - color contains mainly: blue. Hex color #1F6692 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6692 is #E0996D. Grayscale: #555555. Windows color (decimal): -14719342 or 9594399. OLE color: 9594399.

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

Color convert

RGB31102146-
CMYK0.790.3000.43
HSL202.96º64.97%34.71%-
HSV(B)202.96º78.77%57.25%-
XYZ10.511.8728.93-
YUV85.79161.9888.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.11%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 146 (57.42% from 255) = 52.33%
R=11.11%
G=36.56%
B=52.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal311021460.790.3000.43202.9664.9734.71
Hex1F66924F1E02Bcb4123
Octal371462221173605331310143
Binary111111100110100100101001111111100101011110010111000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F6692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,102,146); }

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

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

 a { background-color: rgb(31,102,146); }

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

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

 span { border-color: rgb(31,102,146); }

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