Html Css Color HEX #126673 Allports

📋 copy color: '#126673'

red 18 ◦ green 102 ◦ blue 115

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

Shades of Allports #126673

Tints of Allports #126673

RGB

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

 GREEN value IS 102 (40.23% from 255) = 43.4%

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

R = 7.66%
G = 43.4%
B = 48.94%

CMYK

 C value IS 0.84

 M value IS 0.11

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#126673 (or 0x126673) is known color: Allports. HEX triplet: 12, 66 and 73. RGB value is (18,102,115). Sum of RGB (Red+Green+Blue) = 18+102+115=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #126673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126673 is #ED998C. Grayscale: #4E4E4E. Windows color (decimal): -15571341 or 7562770. OLE color: 7562770.

HSL color Cylindrical-coordinate representation of color #126673: hue angle of 188.04º 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 #126673 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 102 115 -
CMYK 0.84 0.11 0 0.55
HSL 188.04º 0.73% 0.26% -
HSV(B) 188.04º 0.84% 0.45% -
XYZ 8.1 10.87 17.89 -
YUV 78.37 148.67 84.94 -
System Red Green Blue C M Y K H S L
Decimal 18 102 115 0.84 0.11 0 0.55 188.04 0.73 0.26
Hex 12 66 73 54 B 0 37 BC 49 1A
Octal 22 146 163 124 13 0 67 274 111 32
Binary 10010 1100110 1110011 1010100 1011 0 110111 10111100 1001001 11010

Color Harmonies of #126673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126673

Black with #126673

Text Example


Text Example

White with #126673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126673; }

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

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

background-color css

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

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

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

border-color css

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

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

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