Html Css Color HEX #12737F Allports

📋 copy color: '#12737F'

red 18 ◦ green 115 ◦ blue 127

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

Shades of Allports #12737F

Tints of Allports #12737F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

 BLUE value IS 127 (50% from 255) = 48.85%

R = 6.92%
G = 44.23%
B = 48.85%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12737F (or 0x12737F) is known color: Allports. HEX triplet: 12, 73 and 7F. RGB value is (18,115,127). Sum of RGB (Red+Green+Blue) = 18+115+127=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 127 (50% from 255 or 48.85% from 260); Max value from RGB is 127 - color contains mainly: blue. Hex color #12737F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12737F is #ED8C80. Grayscale: #575757. Windows color (decimal): -15568001 or 8352530. OLE color: 8352530.

HSL color Cylindrical-coordinate representation of color #12737F: hue angle of 186.61º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12737F is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 115 127 -
CMYK 0.86 0.09 0 0.50
HSL 186.61º 0.75% 0.28% -
HSV(B) 186.61º 0.86% 0.5% -
XYZ 10.21 13.92 22.23 -
YUV 87.37 150.36 78.52 -
System Red Green Blue C M Y K H S L
Decimal 18 115 127 0.86 0.09 0 0.50 186.61 0.75 0.28
Hex 12 73 7F 56 9 0 32 BB 4B 1C
Octal 22 163 177 126 11 0 62 273 113 34
Binary 10010 1110011 1111111 1010110 1001 0 110010 10111011 1001011 11100

Color Harmonies of #12737F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12737F

Black with #12737F

Text Example


Text Example

White with #12737F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12737F; }

 p { color: rgb(18,115,127); }

 H1.HeaderClassName
 {
   color: #12737F;
 }
 .AnyTagClassName
 {
   color: #12737F;
 }
</style>

background-color css

<style>
 a { background-color: #12737F; }

 a { background-color: rgb(18,115,127); }

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

border-color css

<style>
 span { border-color: #12737F; }

 span { border-color: rgb(18,115,127); }

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