Html Css Color HEX #12627D Allports

📋 copy color: '#12627D'

red 18 ◦ green 98 ◦ blue 125

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

Shades of Allports #12627D

Tints of Allports #12627D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 51.87%

R = 7.47%
G = 40.66%
B = 51.87%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12627D (or 0x12627D) is known color: Allports. HEX triplet: 12, 62 and 7D. RGB value is (18,98,125). Sum of RGB (Red+Green+Blue) = 18+98+125=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #12627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12627D is #ED9D82. Grayscale: #4C4C4C. Windows color (decimal): -15572355 or 8217106. OLE color: 8217106.

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

Color convert

RGB 18 98 125 -
CMYK 0.86 0.22 0 0.51
HSL 195.14º 0.75% 0.28% -
HSV(B) 195.14º 0.86% 0.49% -
XYZ 8.32 10.34 20.96 -
YUV 77.16 155 85.8 -
System Red Green Blue C M Y K H S L
Decimal 18 98 125 0.86 0.22 0 0.51 195.14 0.75 0.28
Hex 12 62 7D 56 16 0 33 C3 4B 1C
Octal 22 142 175 126 26 0 63 303 113 34
Binary 10010 1100010 1111101 1010110 10110 0 110011 11000011 1001011 11100

Color Harmonies of #12627D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12627D

Black with #12627D

Text Example


Text Example

White with #12627D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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