Html Css Color HEX #126273 Allports

📋 copy color: '#126273'

red 18 ◦ green 98 ◦ blue 115

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

Shades of Allports #126273

Tints of Allports #126273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 49.78%

R = 7.79%
G = 42.42%
B = 49.78%

CMYK

 C value IS 0.84

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126273 (or 0x126273) is known color: Allports. HEX triplet: 12, 62 and 73. RGB value is (18,98,115). Sum of RGB (Red+Green+Blue) = 18+98+115=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 115 (45.31% from 255 or 49.78% from 231); Max value from RGB is 115 - color contains mainly: blue. Hex color #126273 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126273 is #ED9D8C. Grayscale: #4B4B4B. Windows color (decimal): -15572365 or 7561746. OLE color: 7561746.

HSL color Cylindrical-coordinate representation of color #126273: hue angle of 190.52º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #126273 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 98 115 -
CMYK 0.84 0.15 0 0.55
HSL 190.52º 0.73% 0.26% -
HSV(B) 190.52º 0.84% 0.45% -
XYZ 7.71 10.1 17.76 -
YUV 76.02 150 86.62 -
System Red Green Blue C M Y K H S L
Decimal 18 98 115 0.84 0.15 0 0.55 190.52 0.73 0.26
Hex 12 62 73 54 F 0 37 BF 49 1A
Octal 22 142 163 124 17 0 67 277 111 32
Binary 10010 1100010 1110011 1010100 1111 0 110111 10111111 1001001 11010

Color Harmonies of #126273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126273

Black with #126273

Text Example


Text Example

White with #126273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126273; }

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

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

background-color css

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

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

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

border-color css

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

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

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