Html Css Color HEX #126994 Allports

📋 copy color: '#126994'

red 18 ◦ green 105 ◦ blue 148

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

Shades of Allports #126994

Tints of Allports #126994

RGB

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

 GREEN value IS 105 (41.41% from 255) = 38.75%

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

R = 6.64%
G = 38.75%
B = 54.61%

CMYK

 C value IS 0.88

 M value IS 0.29

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126994 (or 0x126994) is known color: Allports. HEX triplet: 12, 69 and 94. RGB value is (18,105,148). Sum of RGB (Red+Green+Blue) = 18+105+148=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #126994 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126994 is #ED966B. Grayscale: #535353. Windows color (decimal): -15570540 or 9726226. OLE color: 9726226.

HSL color Cylindrical-coordinate representation of color #126994: hue angle of 199.85º 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 #126994 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 105 148 -
CMYK 0.88 0.29 0 0.42
HSL 199.85º 0.78% 0.33% -
HSV(B) 199.85º 0.88% 0.58% -
XYZ 10.65 12.37 29.84 -
YUV 83.89 164.18 81 -
System Red Green Blue C M Y K H S L
Decimal 18 105 148 0.88 0.29 0 0.42 199.85 0.78 0.33
Hex 12 69 94 58 1D 0 2A C8 4E 21
Octal 22 151 224 130 35 0 52 310 116 41
Binary 10010 1101001 10010100 1011000 11101 0 101010 11001000 1001110 100001

Color Harmonies of #126994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126994

Black with #126994

Text Example


Text Example

White with #126994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126994; }

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

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

background-color css

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

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

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

border-color css

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

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

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