Html Css Color HEX #12778C Allports

📋 copy color: '#12778C'

red 18 ◦ green 119 ◦ blue 140

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

Shades of Allports #12778C

Tints of Allports #12778C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 42.96%

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 6.5%
G = 42.96%
B = 50.54%

CMYK

 C value IS 0.87

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#12778C (or 0x12778C) is known color: Allports. HEX triplet: 12, 77 and 8C. RGB value is (18,119,140). Sum of RGB (Red+Green+Blue) = 18+119+140=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #12778C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12778C is #ED8873. Grayscale: #5B5B5B. Windows color (decimal): -15566964 or 9205522. OLE color: 9205522.

HSL color Cylindrical-coordinate representation of color #12778C: hue angle of 190.33º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12778C is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 18 119 140 -
CMYK 0.87 0.15 0 0.45
HSL 190.33º 0.77% 0.31% -
HSV(B) 190.33º 0.87% 0.55% -
XYZ 11.58 15.22 27.14 -
YUV 91.2 155.54 75.79 -
System Red Green Blue C M Y K H S L
Decimal 18 119 140 0.87 0.15 0 0.45 190.33 0.77 0.31
Hex 12 77 8C 57 F 0 2D BE 4D 1F
Octal 22 167 214 127 17 0 55 276 115 37
Binary 10010 1110111 10001100 1010111 1111 0 101101 10111110 1001101 11111

Color Harmonies of #12778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12778C

Black with #12778C

Text Example


Text Example

White with #12778C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12778C; }

 p { color: rgb(18,119,140); }

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

background-color css

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

 a { background-color: rgb(18,119,140); }

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

border-color css

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

 span { border-color: rgb(18,119,140); }

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