Html Css Color HEX #126990 Allports

📋 copy color: '#126990'

red 18 ◦ green 105 ◦ blue 144

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

Shades of Allports #126990

Tints of Allports #126990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 53.93%

R = 6.74%
G = 39.33%
B = 53.93%

CMYK

 C value IS 0.88

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#126990 (or 0x126990) is known color: Allports. HEX triplet: 12, 69 and 90. RGB value is (18,105,144). Sum of RGB (Red+Green+Blue) = 18+105+144=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 144 (56.64% from 255 or 53.93% from 267); Max value from RGB is 144 - color contains mainly: blue. Hex color #126990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126990 is #ED966F. Grayscale: #535353. Windows color (decimal): -15570544 or 9464082. OLE color: 9464082.

HSL color Cylindrical-coordinate representation of color #126990: hue angle of 198.57º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126990 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 105 144 -
CMYK 0.88 0.27 0 0.44
HSL 198.57º 0.78% 0.32% -
HSV(B) 198.57º 0.88% 0.56% -
XYZ 10.34 12.25 28.2 -
YUV 83.43 162.18 81.33 -
System Red Green Blue C M Y K H S L
Decimal 18 105 144 0.88 0.27 0 0.44 198.57 0.78 0.32
Hex 12 69 90 58 1B 0 2C C7 4E 20
Octal 22 151 220 130 33 0 54 307 116 40
Binary 10010 1101001 10010000 1011000 11011 0 101100 11000111 1001110 100000

Color Harmonies of #126990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126990

Black with #126990

Text Example


Text Example

White with #126990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126990; }

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

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

background-color css

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

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

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

border-color css

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

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

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