Html Css Color HEX #126288 Allports

📋 copy color: '#126288'

red 18 ◦ green 98 ◦ blue 136

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

Shades of Allports #126288

Tints of Allports #126288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.89%

 BLUE value IS 136 (53.52% from 255) = 53.97%

R = 7.14%
G = 38.89%
B = 53.97%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#126288 (or 0x126288) is known color: Allports. HEX triplet: 12, 62 and 88. RGB value is (18,98,136). Sum of RGB (Red+Green+Blue) = 18+98+136=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #126288 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126288 is #ED9D77. Grayscale: #4E4E4E. Windows color (decimal): -15572344 or 8938002. OLE color: 8938002.

HSL color Cylindrical-coordinate representation of color #126288: hue angle of 199.32º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126288 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 98 136 -
CMYK 0.87 0.28 0 0.47
HSL 199.32º 0.77% 0.3% -
HSV(B) 199.32º 0.87% 0.53% -
XYZ 9.06 10.64 24.87 -
YUV 78.41 160.5 84.91 -
System Red Green Blue C M Y K H S L
Decimal 18 98 136 0.87 0.28 0 0.47 199.32 0.77 0.3
Hex 12 62 88 57 1C 0 2F C7 4D 1E
Octal 22 142 210 127 34 0 57 307 115 36
Binary 10010 1100010 10001000 1010111 11100 0 101111 11000111 1001101 11110

Color Harmonies of #126288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126288

Black with #126288

Text Example


Text Example

White with #126288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126288; }

 p { color: rgb(18,98,136); }

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

background-color css

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

 a { background-color: rgb(18,98,136); }

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

border-color css

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

 span { border-color: rgb(18,98,136); }

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