#0F639A

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

Shades of Endeavour #0F639A

Tints of Endeavour #0F639A

Color information

#0F639A (or 0x0F639A) is unknown color: approx Endeavour. HEX triplet: 0F, 63 and 9A. RGB value is (15,99,154). Sum of RGB (Red+Green+Blue) = 15+99+154=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 99 (39.06% from 255 or 36.94% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #0F639A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F639A is #F09C65. Grayscale: #4F4F4F. Windows color (decimal): -15768678 or 10117903. OLE color: 10117903.

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

Color convert

RGB1599154-
CMYK0.900.3600.40
HSL203.74º82.25%33.14%-
HSV(B)203.74º90.26%60.39%-
XYZ10.4911.3632.21-
YUV80.15169.6781.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.60%
GREEN value IS 99 (39.06% from 255) = 36.94%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=5.60%
G=36.94%
B=57.46%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15991540.900.3600.40203.7482.2533.14
HexF639A5A24028cc5221
Octal171432321324405031412241
Binary111111000111001101010110101001000101000110011001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F639A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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