Html Css Color HEX #0F687D Allports

📋 copy color: '#0F687D'

red 15 ◦ green 104 ◦ blue 125

#0F687D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Allports #0F687D

Tints of Allports #0F687D

RGB

 RED value IS 15 (6.25% from 255) = 6.15%

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 125 (49.22% from 255) = 51.23%

R = 6.15%
G = 42.62%
B = 51.23%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0F687D (or 0x0F687D) is known color: Allports. HEX triplet: 0F, 68 and 7D. RGB value is (15,104,125). Sum of RGB (Red+Green+Blue) = 15+104+125=244 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.15% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 125 (49.22% from 255 or 51.23% from 244); Max value from RGB is 125 - color contains mainly: blue. Hex color #0F687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F687D is #F09782. Grayscale: #4F4F4F. Windows color (decimal): -15767427 or 8218639. OLE color: 8218639.

HSL color Cylindrical-coordinate representation of color #0F687D: hue angle of 191.45º degrees, saturation: 0.79, 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 #0F687D is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 104 125 -
CMYK 0.88 0.17 0 0.51
HSL 191.45º 0.79% 0.27% -
HSV(B) 191.45º 0.88% 0.49% -
XYZ 8.85 11.48 21.15 -
YUV 79.78 153.51 81.79 -
System Red Green Blue C M Y K H S L
Decimal 15 104 125 0.88 0.17 0 0.51 191.45 0.79 0.27
Hex F 68 7D 58 11 0 33 BF 4F 1B
Octal 17 150 175 130 21 0 63 277 117 33
Binary 1111 1101000 1111101 1011000 10001 0 110011 10111111 1001111 11011

Color Harmonies of #0F687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F687D

Black with #0F687D

Text Example


Text Example

White with #0F687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,104,125); }

 H1.HeaderClassName
 {
   color: #0F687D;
 }
 .AnyTagClassName
 {
   color: #0F687D;
 }
</style>

background-color css

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

 a { background-color: rgb(15,104,125); }

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

border-color css

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

 span { border-color: rgb(15,104,125); }

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