Html Css Color HEX #12717C Allports

📋 copy color: '#12717C'

red 18 ◦ green 113 ◦ blue 124

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

Shades of Allports #12717C

Tints of Allports #12717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 44.31%

 BLUE value IS 124 (48.83% from 255) = 48.63%

R = 7.06%
G = 44.31%
B = 48.63%

CMYK

 C value IS 0.85

 M value IS 0.09

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12717C (or 0x12717C) is known color: Allports. HEX triplet: 12, 71 and 7C. RGB value is (18,113,124). Sum of RGB (Red+Green+Blue) = 18+113+124=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 124 (48.83% from 255 or 48.63% from 255); Max value from RGB is 124 - color contains mainly: blue. Hex color #12717C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12717C is #ED8E83. Grayscale: #555555. Windows color (decimal): -15568516 or 8155410. OLE color: 8155410.

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

Color convert

RGB 18 113 124 -
CMYK 0.85 0.09 0 0.51
HSL 186.23º 0.75% 0.28% -
HSV(B) 186.23º 0.85% 0.49% -
XYZ 9.79 13.39 21.14 -
YUV 85.85 149.53 79.61 -
System Red Green Blue C M Y K H S L
Decimal 18 113 124 0.85 0.09 0 0.51 186.23 0.75 0.28
Hex 12 71 7C 55 9 0 33 BA 4B 1C
Octal 22 161 174 125 11 0 63 272 113 34
Binary 10010 1110001 1111100 1010101 1001 0 110011 10111010 1001011 11100

Color Harmonies of #12717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12717C

Black with #12717C

Text Example


Text Example

White with #12717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12717C; }

 p { color: rgb(18,113,124); }

 H1.HeaderClassName
 {
   color: #12717C;
 }
 .AnyTagClassName
 {
   color: #12717C;
 }
</style>

background-color css

<style>
 a { background-color: #12717C; }

 a { background-color: rgb(18,113,124); }

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

border-color css

<style>
 span { border-color: #12717C; }

 span { border-color: rgb(18,113,124); }

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