Html Css Color HEX #126C92 Allports

📋 copy color: '#126C92'

red 18 ◦ green 108 ◦ blue 146

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

Shades of Allports #126C92

Tints of Allports #126C92

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.71%

 BLUE value IS 146 (57.42% from 255) = 53.68%

R = 6.62%
G = 39.71%
B = 53.68%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#126C92 (or 0x126C92) is known color: Allports. HEX triplet: 12, 6C and 92. RGB value is (18,108,146). Sum of RGB (Red+Green+Blue) = 18+108+146=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 108 (42.58% from 255 or 39.71% from 272); Blue value is 146 (57.42% from 255 or 53.68% from 272); Max value from RGB is 146 - color contains mainly: blue. Hex color #126C92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C92 is #ED936D. Grayscale: #555555. Windows color (decimal): -15569774 or 9595922. OLE color: 9595922.

HSL color Cylindrical-coordinate representation of color #126C92: hue angle of 197.81º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126C92 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 108 146 -
CMYK 0.88 0.26 0 0.43
HSL 197.81º 0.78% 0.32% -
HSV(B) 197.81º 0.88% 0.57% -
XYZ 10.8 12.93 29.12 -
YUV 85.42 162.18 79.91 -
System Red Green Blue C M Y K H S L
Decimal 18 108 146 0.88 0.26 0 0.43 197.81 0.78 0.32
Hex 12 6C 92 58 1A 0 2B C6 4E 20
Octal 22 154 222 130 32 0 53 306 116 40
Binary 10010 1101100 10010010 1011000 11010 0 101011 11000110 1001110 100000

Color Harmonies of #126C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C92

Black with #126C92

Text Example


Text Example

White with #126C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,108,146); }

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

background-color css

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

 a { background-color: rgb(18,108,146); }

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

border-color css

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

 span { border-color: rgb(18,108,146); }

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