Html Css Color HEX #12627C Allports

📋 copy color: '#12627C'

red 18 ◦ green 98 ◦ blue 124

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

Shades of Allports #12627C

Tints of Allports #12627C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.67%

R = 7.5%
G = 40.83%
B = 51.67%

CMYK

 C value IS 0.85

 M value IS 0.21

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12627C (or 0x12627C) is known color: Allports. HEX triplet: 12, 62 and 7C. RGB value is (18,98,124). Sum of RGB (Red+Green+Blue) = 18+98+124=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #12627C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12627C is #ED9D83. Grayscale: #4C4C4C. Windows color (decimal): -15572356 or 8151570. OLE color: 8151570.

HSL color Cylindrical-coordinate representation of color #12627C: hue angle of 194.72º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12627C is Cyan = 0.85, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 98 124 -
CMYK 0.85 0.21 0 0.51
HSL 194.72º 0.75% 0.28% -
HSV(B) 194.72º 0.85% 0.49% -
XYZ 8.26 10.32 20.63 -
YUV 77.04 154.5 85.89 -
System Red Green Blue C M Y K H S L
Decimal 18 98 124 0.85 0.21 0 0.51 194.72 0.75 0.28
Hex 12 62 7C 55 15 0 33 C3 4B 1C
Octal 22 142 174 125 25 0 63 303 113 34
Binary 10010 1100010 1111100 1010101 10101 0 110011 11000011 1001011 11100

Color Harmonies of #12627C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12627C

Black with #12627C

Text Example


Text Example

White with #12627C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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