Html Css Color HEX #126C94 Allports

📋 copy color: '#126C94'

red 18 ◦ green 108 ◦ blue 148

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

Shades of Allports #126C94

Tints of Allports #126C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 54.01%

R = 6.57%
G = 39.42%
B = 54.01%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126C94 (or 0x126C94) is known color: Allports. HEX triplet: 12, 6C and 94. RGB value is (18,108,148). Sum of RGB (Red+Green+Blue) = 18+108+148=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 148 (58.20% from 255 or 54.01% from 274); Max value from RGB is 148 - color contains mainly: blue. Hex color #126C94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C94 is #ED936B. Grayscale: #555555. Windows color (decimal): -15569772 or 9726994. OLE color: 9726994.

HSL color Cylindrical-coordinate representation of color #126C94: hue angle of 198.46º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126C94 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 108 148 -
CMYK 0.88 0.27 0 0.42
HSL 198.46º 0.78% 0.33% -
HSV(B) 198.46º 0.88% 0.58% -
XYZ 10.96 12.99 29.95 -
YUV 85.65 163.18 79.75 -
System Red Green Blue C M Y K H S L
Decimal 18 108 148 0.88 0.27 0 0.42 198.46 0.78 0.33
Hex 12 6C 94 58 1B 0 2A C6 4E 21
Octal 22 154 224 130 33 0 52 306 116 41
Binary 10010 1101100 10010100 1011000 11011 0 101010 11000110 1001110 100001

Color Harmonies of #126C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C94

Black with #126C94

Text Example


Text Example

White with #126C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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