Html Css Color HEX #12667C Allports

📋 copy color: '#12667C'

red 18 ◦ green 102 ◦ blue 124

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

Shades of Allports #12667C

Tints of Allports #12667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.8%

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

R = 7.38%
G = 41.8%
B = 50.82%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12667C (or 0x12667C) is known color: Allports. HEX triplet: 12, 66 and 7C. RGB value is (18,102,124). Sum of RGB (Red+Green+Blue) = 18+102+124=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 102 (40.23% from 255 or 41.80% from 244); Blue value is 124 (48.83% from 255 or 50.82% from 244); Max value from RGB is 124 - color contains mainly: blue. Hex color #12667C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12667C is #ED9983. Grayscale: #4F4F4F. Windows color (decimal): -15571332 or 8152594. OLE color: 8152594.

HSL color Cylindrical-coordinate representation of color #12667C: hue angle of 192.45º 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 #12667C is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 102 124 -
CMYK 0.85 0.18 0 0.51
HSL 192.45º 0.75% 0.28% -
HSV(B) 192.45º 0.85% 0.49% -
XYZ 8.64 11.09 20.75 -
YUV 79.39 153.17 84.21 -
System Red Green Blue C M Y K H S L
Decimal 18 102 124 0.85 0.18 0 0.51 192.45 0.75 0.28
Hex 12 66 7C 55 12 0 33 C0 4B 1C
Octal 22 146 174 125 22 0 63 300 113 34
Binary 10010 1100110 1111100 1010101 10010 0 110011 11000000 1001011 11100

Color Harmonies of #12667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12667C

Black with #12667C

Text Example


Text Example

White with #12667C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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