Html Css Color HEX #126378 Allports

📋 copy color: '#126378'

red 18 ◦ green 99 ◦ blue 120

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

Shades of Allports #126378

Tints of Allports #126378

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.77%

 BLUE value IS 120 (47.27% from 255) = 50.63%

R = 7.59%
G = 41.77%
B = 50.63%

CMYK

 C value IS 0.85

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#126378 (or 0x126378) is known color: Allports. HEX triplet: 12, 63 and 78. RGB value is (18,99,120). Sum of RGB (Red+Green+Blue) = 18+99+120=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 99 (39.06% from 255 or 41.77% from 237); Blue value is 120 (47.27% from 255 or 50.63% from 237); Max value from RGB is 120 - color contains mainly: blue. Hex color #126378 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #126378 is #ED9C87. Grayscale: #4D4D4D. Windows color (decimal): -15572104 or 7889682. OLE color: 7889682.

HSL color Cylindrical-coordinate representation of color #126378: hue angle of 192.35º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #126378 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 99 120 -
CMYK 0.85 0.17 0 0.53
HSL 192.35º 0.74% 0.27% -
HSV(B) 192.35º 0.85% 0.47% -
XYZ 8.1 10.41 19.35 -
YUV 77.18 152.16 85.79 -
System Red Green Blue C M Y K H S L
Decimal 18 99 120 0.85 0.17 0 0.53 192.35 0.74 0.27
Hex 12 63 78 55 11 0 35 C0 4A 1B
Octal 22 143 170 125 21 0 65 300 112 33
Binary 10010 1100011 1111000 1010101 10001 0 110101 11000000 1001010 11011

Color Harmonies of #126378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126378

Black with #126378

Text Example


Text Example

White with #126378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126378; }

 p { color: rgb(18,99,120); }

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

background-color css

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

 a { background-color: rgb(18,99,120); }

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

border-color css

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

 span { border-color: rgb(18,99,120); }

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