Html Css Color HEX #12627A Allports

📋 copy color: '#12627A'

red 18 ◦ green 98 ◦ blue 122

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

Shades of Allports #12627A

Tints of Allports #12627A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 51.26%

R = 7.56%
G = 41.18%
B = 51.26%

CMYK

 C value IS 0.85

 M value IS 0.20

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#12627A (or 0x12627A) is known color: Allports. HEX triplet: 12, 62 and 7A. RGB value is (18,98,122). Sum of RGB (Red+Green+Blue) = 18+98+122=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 98 (38.67% from 255 or 41.18% from 238); Blue value is 122 (48.05% from 255 or 51.26% from 238); Max value from RGB is 122 - color contains mainly: blue. Hex color #12627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12627A is #ED9D85. Grayscale: #4C4C4C. Windows color (decimal): -15572358 or 8020498. OLE color: 8020498.

HSL color Cylindrical-coordinate representation of color #12627A: hue angle of 193.85º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12627A is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 98 122 -
CMYK 0.85 0.20 0 0.52
HSL 193.85º 0.74% 0.27% -
HSV(B) 193.85º 0.85% 0.48% -
XYZ 8.13 10.27 19.97 -
YUV 76.82 153.5 86.05 -
System Red Green Blue C M Y K H S L
Decimal 18 98 122 0.85 0.20 0 0.52 193.85 0.74 0.27
Hex 12 62 7A 55 14 0 34 C2 4A 1B
Octal 22 142 172 125 24 0 64 302 112 33
Binary 10010 1100010 1111010 1010101 10100 0 110100 11000010 1001010 11011

Color Harmonies of #12627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12627A

Black with #12627A

Text Example


Text Example

White with #12627A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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