#0F697B

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

Shades of Allports #0F697B

Tints of Allports #0F697B

Color information

#0F697B (or 0x0F697B) is unknown color: approx Allports. HEX triplet: 0F, 69 and 7B. RGB value is (15,105,123). Sum of RGB (Red+Green+Blue) = 15+105+123=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 105 (41.41% from 255 or 43.21% from 243); Blue value is 123 (48.44% from 255 or 50.62% from 243); Max value from RGB is 123 - color contains mainly: blue. Hex color #0F697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F697B is #F09684. Grayscale: #4F4F4F. Windows color (decimal): -15767173 or 8087823. OLE color: 8087823.

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

Color convert

RGB15105123-
CMYK0.880.1500.52
HSL190º78.26%27.06%-
HSV(B)190º87.8%48.24%-
XYZ8.8211.6320.52-
YUV80.14152.1881.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 105 (41.41% from 255) = 43.21%
BLUE value IS 123 (48.44% from 255) = 50.62%
R=6.17%
G=43.21%
B=50.62%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal151051230.880.1500.5219078.2627.06
HexF697B58F034be4e1b
Octal171511731301706427611633
Binary11111101001111101110110001111011010010111110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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