Html Css Color HEX #0F6886 Allports

📋 copy color: '#0F6886'

red 15 ◦ green 104 ◦ blue 134

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

Shades of Allports #0F6886

Tints of Allports #0F6886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 52.96%

R = 5.93%
G = 41.11%
B = 52.96%

CMYK

 C value IS 0.89

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F6886 (or 0x0F6886) is known color: Allports. HEX triplet: 0F, 68 and 86. RGB value is (15,104,134). Sum of RGB (Red+Green+Blue) = 15+104+134=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #0F6886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6886 is #F09779. Grayscale: #505050. Windows color (decimal): -15767418 or 8808463. OLE color: 8808463.

HSL color Cylindrical-coordinate representation of color #0F6886: hue angle of 195.13º 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 #0F6886 is Cyan = 0.89, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 15 104 134 -
CMYK 0.89 0.22 0 0.47
HSL 195.13º 0.8% 0.29% -
HSV(B) 195.13º 0.89% 0.53% -
XYZ 9.45 11.72 24.32 -
YUV 80.81 158.01 81.06 -
System Red Green Blue C M Y K H S L
Decimal 15 104 134 0.89 0.22 0 0.47 195.13 0.8 0.29
Hex F 68 86 59 16 0 2F C3 50 1D
Octal 17 150 206 131 26 0 57 303 120 35
Binary 1111 1101000 10000110 1011001 10110 0 101111 11000011 1010000 11101

Color Harmonies of #0F6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6886

Black with #0F6886

Text Example


Text Example

White with #0F6886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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