Html Css Color HEX #126992 Allports

📋 copy color: '#126992'

red 18 ◦ green 105 ◦ blue 146

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

Shades of Allports #126992

Tints of Allports #126992

RGB

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

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

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

R = 6.69%
G = 39.03%
B = 54.28%

CMYK

 C value IS 0.88

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#126992 (or 0x126992) is known color: Allports. HEX triplet: 12, 69 and 92. RGB value is (18,105,146). Sum of RGB (Red+Green+Blue) = 18+105+146=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #126992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126992 is #ED966D. Grayscale: #535353. Windows color (decimal): -15570542 or 9595154. OLE color: 9595154.

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

Color convert

RGB 18 105 146 -
CMYK 0.88 0.28 0 0.43
HSL 199.22º 0.78% 0.32% -
HSV(B) 199.22º 0.88% 0.57% -
XYZ 10.49 12.31 29.02 -
YUV 83.66 163.18 81.17 -
System Red Green Blue C M Y K H S L
Decimal 18 105 146 0.88 0.28 0 0.43 199.22 0.78 0.32
Hex 12 69 92 58 1C 0 2B C7 4E 20
Octal 22 151 222 130 34 0 53 307 116 40
Binary 10010 1101001 10010010 1011000 11100 0 101011 11000111 1001110 100000

Color Harmonies of #126992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126992

Black with #126992

Text Example


Text Example

White with #126992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126992; }

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

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

background-color css

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

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

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

border-color css

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

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

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