Html Css Color HEX #0F6C88 Allports

📋 copy color: '#0F6C88'

red 15 ◦ green 108 ◦ blue 136

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

Shades of Allports #0F6C88

Tints of Allports #0F6C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.7%

 BLUE value IS 136 (53.52% from 255) = 52.51%

R = 5.79%
G = 41.7%
B = 52.51%

CMYK

 C value IS 0.89

 M value IS 0.21

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#0F6C88 (or 0x0F6C88) is known color: Allports. HEX triplet: 0F, 6C and 88. RGB value is (15,108,136). Sum of RGB (Red+Green+Blue) = 15+108+136=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 136 (53.52% from 255 or 52.51% from 259); Max value from RGB is 136 - color contains mainly: blue. Hex color #0F6C88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6C88 is #F09377. Grayscale: #535353. Windows color (decimal): -15766392 or 8940559. OLE color: 8940559.

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

Color convert

RGB 15 108 136 -
CMYK 0.89 0.21 0 0.47
HSL 193.88º 0.8% 0.3% -
HSV(B) 193.88º 0.89% 0.53% -
XYZ 10 12.6 25.2 -
YUV 83.39 157.69 79.22 -
System Red Green Blue C M Y K H S L
Decimal 15 108 136 0.89 0.21 0 0.47 193.88 0.8 0.3
Hex F 6C 88 59 15 0 2F C2 50 1E
Octal 17 154 210 131 25 0 57 302 120 36
Binary 1111 1101100 10001000 1011001 10101 0 101111 11000010 1010000 11110

Color Harmonies of #0F6C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6C88

Black with #0F6C88

Text Example


Text Example

White with #0F6C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,108,136); }

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

background-color css

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

 a { background-color: rgb(15,108,136); }

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

border-color css

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

 span { border-color: rgb(15,108,136); }

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