#0F5B7B

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

Shades of Orient #0F5B7B

Tints of Orient #0F5B7B

Color information

#0F5B7B (or 0x0F5B7B) is unknown color: approx Orient. HEX triplet: 0F, 5B and 7B. RGB value is (15,91,123). Sum of RGB (Red+Green+Blue) = 15+91+123=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 91 (35.94% from 255 or 39.74% from 229); Blue value is 123 (48.44% from 255 or 53.71% from 229); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F5B7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F5B7B is #F0A484. Grayscale: #474747. Windows color (decimal): -15770757 or 8084239. OLE color: 8084239.

HSL color Cylindrical-coordinate representation of color #0F5B7B: hue angle of 197.78º 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 #0F5B7B is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1591123-
CMYK0.880.2600.52
HSL197.78º78.26%27.06%-
HSV(B)197.78º87.8%48.24%-
XYZ7.519.0120.08-
YUV71.92156.8287.4-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.55%
GREEN value IS 91 (35.94% from 255) = 39.74%
BLUE value IS 123 (48.44% from 255) = 53.71%
R=6.55%
G=39.74%
B=53.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal15911230.880.2600.52197.7878.2627.06
HexF5B7B581A034c64e1b
Octal171331731303206430611633
Binary111110110111111011101100011010011010011000110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F5B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,91,123); }

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

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

 a { background-color: rgb(15,91,123); }

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

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

 span { border-color: rgb(15,91,123); }

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