Html Css Color HEX #126993 Allports

📋 copy color: '#126993'

red 18 ◦ green 105 ◦ blue 147

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

Shades of Allports #126993

Tints of Allports #126993

RGB

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

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

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

R = 6.67%
G = 38.89%
B = 54.44%

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

#126993 (or 0x126993) is known color: Allports. HEX triplet: 12, 69 and 93. RGB value is (18,105,147). Sum of RGB (Red+Green+Blue) = 18+105+147=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 147 (57.81% from 255 or 54.44% from 270); Max value from RGB is 147 - color contains mainly: blue. Hex color #126993 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126993 is #ED966C. Grayscale: #535353. Windows color (decimal): -15570541 or 9660690. OLE color: 9660690.

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

Color convert

RGB 18 105 147 -
CMYK 0.88 0.29 0 0.42
HSL 199.53º 0.78% 0.32% -
HSV(B) 199.53º 0.88% 0.58% -
XYZ 10.57 12.34 29.43 -
YUV 83.78 163.68 81.08 -
System Red Green Blue C M Y K H S L
Decimal 18 105 147 0.88 0.29 0 0.42 199.53 0.78 0.32
Hex 12 69 93 58 1D 0 2A C8 4E 20
Octal 22 151 223 130 35 0 52 310 116 40
Binary 10010 1101001 10010011 1011000 11101 0 101010 11001000 1001110 100000

Color Harmonies of #126993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126993

Black with #126993

Text Example


Text Example

White with #126993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126993; }

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

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

background-color css

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

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

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

border-color css

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

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

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