#0F587C

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

Shades of Orient #0F587C

Tints of Orient #0F587C

Color information

#0F587C (or 0x0F587C) is unknown color: approx Orient. HEX triplet: 0F, 58 and 7C. RGB value is (15,88,124). Sum of RGB (Red+Green+Blue) = 15+88+124=227 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.61% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #0F587C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F587C is #F0A783. Grayscale: #464646. Windows color (decimal): -15771524 or 8149007. OLE color: 8149007.

HSL color Cylindrical-coordinate representation of color #0F587C: hue angle of 199.82º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F587C is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1588124-
CMYK0.880.2900.51
HSL199.82º78.42%27.25%-
HSV(B)199.82º87.9%48.63%-
XYZ7.328.5420.33-
YUV70.28158.3288.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.61%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 124 (48.83% from 255) = 54.63%
R=6.61%
G=38.77%
B=54.63%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal15881240.880.2900.51199.8278.4227.25
HexF587C581D033c84e1b
Octal171301741303506331011633
Binary111110110001111100101100011101011001111001000100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,88,124); }

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

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

 a { background-color: rgb(15,88,124); }

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

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

 span { border-color: rgb(15,88,124); }

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