#0F587A

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

Shades of Orient #0F587A

Tints of Orient #0F587A

Color information

#0F587A (or 0x0F587A) is unknown color: approx Orient. HEX triplet: 0F, 58 and 7A. RGB value is (15,88,122). Sum of RGB (Red+Green+Blue) = 15+88+122=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 122 (48.05% from 255 or 54.22% from 225); Max value from RGB is 122 - color contains mainly: blue. Hex color #0F587A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F587A is #F0A785. Grayscale: #454545. Windows color (decimal): -15771526 or 8017935. OLE color: 8017935.

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

Color convert

RGB1588122-
CMYK0.880.2800.52
HSL199.07º78.1%26.86%-
HSV(B)199.07º87.7%47.84%-
XYZ7.28.4919.67-
YUV70.05157.3288.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 122 (48.05% from 255) = 54.22%
R=6.67%
G=39.11%
B=54.22%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15881220.880.2800.52199.0778.126.86
HexF587A581C034c74e1b
Octal171301721303406430711633
Binary111110110001111010101100011100011010011000111100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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