Html Css Color HEX #12747D Allports

📋 copy color: '#12747D'

red 18 ◦ green 116 ◦ blue 125

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

Shades of Allports #12747D

Tints of Allports #12747D

RGB

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

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

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

R = 6.95%
G = 44.79%
B = 48.26%

CMYK

 C value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12747D (or 0x12747D) is known color: Allports. HEX triplet: 12, 74 and 7D. RGB value is (18,116,125). Sum of RGB (Red+Green+Blue) = 18+116+125=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: blue. Hex color #12747D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12747D is #ED8B82. Grayscale: #575757. Windows color (decimal): -15567747 or 8221714. OLE color: 8221714.

HSL color Cylindrical-coordinate representation of color #12747D: hue angle of 185.05º 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 #12747D is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 116 125 -
CMYK 0.86 0.07 0 0.51
HSL 185.05º 0.75% 0.28% -
HSV(B) 185.05º 0.86% 0.49% -
XYZ 10.2 14.1 21.59 -
YUV 87.72 149.03 78.27 -
System Red Green Blue C M Y K H S L
Decimal 18 116 125 0.86 0.07 0 0.51 185.05 0.75 0.28
Hex 12 74 7D 56 7 0 33 B9 4B 1C
Octal 22 164 175 126 7 0 63 271 113 34
Binary 10010 1110100 1111101 1010110 111 0 110011 10111001 1001011 11100

Color Harmonies of #12747D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12747D

Black with #12747D

Text Example


Text Example

White with #12747D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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