Html Css Color HEX #12687D Allports

📋 copy color: '#12687D'

red 18 ◦ green 104 ◦ blue 125

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

Shades of Allports #12687D

Tints of Allports #12687D

RGB

 RED value IS 18 (7.42% from 255) = 7.29%

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

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

R = 7.29%
G = 42.11%
B = 50.61%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12687D (or 0x12687D) is known color: Allports. HEX triplet: 12, 68 and 7D. RGB value is (18,104,125). Sum of RGB (Red+Green+Blue) = 18+104+125=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #12687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12687D is #ED9782. Grayscale: #505050. Windows color (decimal): -15570819 or 8218642. OLE color: 8218642.

HSL color Cylindrical-coordinate representation of color #12687D: hue angle of 191.78º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12687D is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 104 125 -
CMYK 0.86 0.17 0 0.51
HSL 191.78º 0.75% 0.28% -
HSV(B) 191.78º 0.86% 0.49% -
XYZ 8.9 11.51 21.15 -
YUV 80.68 153.01 83.29 -
System Red Green Blue C M Y K H S L
Decimal 18 104 125 0.86 0.17 0 0.51 191.78 0.75 0.28
Hex 12 68 7D 56 11 0 33 C0 4B 1C
Octal 22 150 175 126 21 0 63 300 113 34
Binary 10010 1101000 1111101 1010110 10001 0 110011 11000000 1001011 11100

Color Harmonies of #12687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12687D

Black with #12687D

Text Example


Text Example

White with #12687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12687D; }

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

 H1.HeaderClassName
 {
   color: #12687D;
 }
 .AnyTagClassName
 {
   color: #12687D;
 }
</style>

background-color css

<style>
 a { background-color: #12687D; }

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

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

border-color css

<style>
 span { border-color: #12687D; }

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

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