Html Css Color HEX #126893 Allports

📋 copy color: '#126893'

red 18 ◦ green 104 ◦ blue 147

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

Shades of Allports #126893

Tints of Allports #126893

RGB

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

 GREEN value IS 104 (41.02% from 255) = 38.66%

 BLUE value IS 147 (57.81% from 255) = 54.65%

R = 6.69%
G = 38.66%
B = 54.65%

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

#126893 (or 0x126893) is known color: Allports. HEX triplet: 12, 68 and 93. RGB value is (18,104,147). Sum of RGB (Red+Green+Blue) = 18+104+147=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 147 (57.81% from 255 or 54.65% from 269); Max value from RGB is 147 - color contains mainly: blue. Hex color #126893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126893 is #ED976C. Grayscale: #525252. Windows color (decimal): -15570797 or 9660434. OLE color: 9660434.

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

Color convert

RGB 18 104 147 -
CMYK 0.88 0.29 0 0.42
HSL 200º 0.78% 0.32% -
HSV(B) 200º 0.88% 0.58% -
XYZ 10.47 12.14 29.39 -
YUV 83.19 164.01 81.5 -
System Red Green Blue C M Y K H S L
Decimal 18 104 147 0.88 0.29 0 0.42 200 0.78 0.32
Hex 12 68 93 58 1D 0 2A C8 4E 20
Octal 22 150 223 130 35 0 52 310 116 40
Binary 10010 1101000 10010011 1011000 11101 0 101010 11001000 1001110 100000

Color Harmonies of #126893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126893

Black with #126893

Text Example


Text Example

White with #126893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126893; }

 p { color: rgb(18,104,147); }

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

background-color css

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

 a { background-color: rgb(18,104,147); }

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

border-color css

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

 span { border-color: rgb(18,104,147); }

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