#0F5793

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

Shades of Endeavour #0F5793

Tints of Endeavour #0F5793

Color information

#0F5793 (or 0x0F5793) is unknown color: approx Endeavour. HEX triplet: 0F, 57 and 93. RGB value is (15,87,147). Sum of RGB (Red+Green+Blue) = 15+87+147=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 87 (34.38% from 255 or 34.94% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #0F5793 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F5793 is #F0A86C. Grayscale: #484848. Windows color (decimal): -15771757 or 9656079. OLE color: 9656079.

HSL color Cylindrical-coordinate representation of color #0F5793: hue angle of 207.27º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F5793 is Cyan = 0.90, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1587147-
CMYK0.900.4100.42
HSL207.27º81.48%31.76%-
HSV(B)207.27º89.8%57.65%-
XYZ8.879.0228.88-
YUV72.31170.1587.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.02%
GREEN value IS 87 (34.38% from 255) = 34.94%
BLUE value IS 147 (57.81% from 255) = 59.04%
R=6.02%
G=34.94%
B=59.04%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal15871470.900.4100.42207.2781.4831.76
HexF57935A2902Acf5120
Octal171272231325105231712140
Binary111110101111001001110110101010010101010110011111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0F5793; }

 p { color: rgb(15,87,147); }

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

<style>
 a { background-color: #0F5793; }

 a { background-color: rgb(15,87,147); }

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

<style>
 span { border-color: #0F5793; }

 span { border-color: rgb(15,87,147); }

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