#0F526E

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

Shades of Orient #0F526E

Tints of Orient #0F526E

Color information

#0F526E (or 0x0F526E) is unknown color: approx Orient. HEX triplet: 0F, 52 and 6E. RGB value is (15,82,110). Sum of RGB (Red+Green+Blue) = 15+82+110=207 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.25% from 207); Green value is 82 (32.42% from 255 or 39.61% from 207); Blue value is 110 (43.36% from 255 or 53.14% from 207); Max value from RGB is 110 - color contains mainly: blue. Hex color #0F526E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F526E is #F0AD91. Grayscale: #404040. Windows color (decimal): -15773074 or 7229967. OLE color: 7229967.

HSL color Cylindrical-coordinate representation of color #0F526E: hue angle of 197.68º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F526E is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB1582110-
CMYK0.860.2500.57
HSL197.68º76%24.51%-
HSV(B)197.68º86.36%43.14%-
XYZ6.037.2615.84-
YUV65.16153.392.22-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 7.25%
GREEN value IS 82 (32.42% from 255) = 39.61%
BLUE value IS 110 (43.36% from 255) = 53.14%
R=7.25%
G=39.61%
B=53.14%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15821100.860.2500.57197.687624.51
HexF526E5619039c64c19
Octal171221561263107130611431
Binary111110100101101110101011011001011100111000110100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,82,110); }

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

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

 a { background-color: rgb(15,82,110); }

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

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

 span { border-color: rgb(15,82,110); }

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