Html Css Color HEX #126F7D Allports

📋 copy color: '#126F7D'

red 18 ◦ green 111 ◦ blue 125

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

Shades of Allports #126F7D

Tints of Allports #126F7D

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.7%

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

R = 7.09%
G = 43.7%
B = 49.21%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#126F7D (or 0x126F7D) is known color: Allports. HEX triplet: 12, 6F and 7D. RGB value is (18,111,125). Sum of RGB (Red+Green+Blue) = 18+111+125=254 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.09% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 125 (49.22% from 255 or 49.21% from 254); Max value from RGB is 125 - color contains mainly: blue. Hex color #126F7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126F7D is #ED9082. Grayscale: #545454. Windows color (decimal): -15569027 or 8220434. OLE color: 8220434.

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

Color convert

RGB 18 111 125 -
CMYK 0.86 0.11 0 0.51
HSL 187.85º 0.75% 0.28% -
HSV(B) 187.85º 0.86% 0.49% -
XYZ 9.64 12.98 21.4 -
YUV 84.79 150.69 80.36 -
System Red Green Blue C M Y K H S L
Decimal 18 111 125 0.86 0.11 0 0.51 187.85 0.75 0.28
Hex 12 6F 7D 56 B 0 33 BC 4B 1C
Octal 22 157 175 126 13 0 63 274 113 34
Binary 10010 1101111 1111101 1010110 1011 0 110011 10111100 1001011 11100

Color Harmonies of #126F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F7D

Black with #126F7D

Text Example


Text Example

White with #126F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126F7D; }

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

 H1.HeaderClassName
 {
   color: #126F7D;
 }
 .AnyTagClassName
 {
   color: #126F7D;
 }
</style>

background-color css

<style>
 a { background-color: #126F7D; }

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

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

border-color css

<style>
 span { border-color: #126F7D; }

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

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