Html Css Color HEX #126795 Allports

📋 copy color: '#126795'

red 18 ◦ green 103 ◦ blue 149

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

Shades of Allports #126795

Tints of Allports #126795

RGB

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

 GREEN value IS 103 (40.63% from 255) = 38.15%

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 6.67%
G = 38.15%
B = 55.19%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#126795 (or 0x126795) is known color: Allports. HEX triplet: 12, 67 and 95. RGB value is (18,103,149). Sum of RGB (Red+Green+Blue) = 18+103+149=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 103 (40.62% from 255 or 38.15% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #126795 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126795 is #ED986A. Grayscale: #525252. Windows color (decimal): -15571051 or 9791250. OLE color: 9791250.

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

Color convert

RGB 18 103 149 -
CMYK 0.88 0.31 0 0.42
HSL 201.07º 0.78% 0.33% -
HSV(B) 201.07º 0.88% 0.58% -
XYZ 10.52 12 30.2 -
YUV 82.83 165.34 81.76 -
System Red Green Blue C M Y K H S L
Decimal 18 103 149 0.88 0.31 0 0.42 201.07 0.78 0.33
Hex 12 67 95 58 1F 0 2A C9 4E 21
Octal 22 147 225 130 37 0 52 311 116 41
Binary 10010 1100111 10010101 1011000 11111 0 101010 11001001 1001110 100001

Color Harmonies of #126795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126795

Black with #126795

Text Example


Text Example

White with #126795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126795; }

 p { color: rgb(18,103,149); }

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

background-color css

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

 a { background-color: rgb(18,103,149); }

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

border-color css

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

 span { border-color: rgb(18,103,149); }

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