Html Css Color HEX #0F7487 Allports

📋 copy color: '#0F7487'

red 15 ◦ green 116 ◦ blue 135

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

Shades of Allports #0F7487

Tints of Allports #0F7487

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

 BLUE value IS 135 (53.13% from 255) = 50.75%

R = 5.64%
G = 43.61%
B = 50.75%

CMYK

 C value IS 0.89

 M value IS 0.14

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F7487 (or 0x0F7487) is known color: Allports. HEX triplet: 0F, 74 and 87. RGB value is (15,116,135). Sum of RGB (Red+Green+Blue) = 15+116+135=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 135 (53.12% from 255 or 50.75% from 266); Max value from RGB is 135 - color contains mainly: blue. Hex color #0F7487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F7487 is #F08B78. Grayscale: #575757. Windows color (decimal): -15764345 or 8877071. OLE color: 8877071.

HSL color Cylindrical-coordinate representation of color #0F7487: hue angle of 189.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F7487 is Cyan = 0.89, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 116 135 -
CMYK 0.89 0.14 0 0.47
HSL 189.5º 0.8% 0.29% -
HSV(B) 189.5º 0.89% 0.53% -
XYZ 10.82 14.34 25.12 -
YUV 87.97 154.54 75.96 -
System Red Green Blue C M Y K H S L
Decimal 15 116 135 0.89 0.14 0 0.47 189.5 0.8 0.29
Hex F 74 87 59 E 0 2F BE 50 1D
Octal 17 164 207 131 16 0 57 276 120 35
Binary 1111 1110100 10000111 1011001 1110 0 101111 10111110 1010000 11101

Color Harmonies of #0F7487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7487

Black with #0F7487

Text Example


Text Example

White with #0F7487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,116,135); }

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

background-color css

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

 a { background-color: rgb(15,116,135); }

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

border-color css

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

 span { border-color: rgb(15,116,135); }

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