Html Css Color HEX #12617C Allports

📋 copy color: '#12617C'

red 18 ◦ green 97 ◦ blue 124

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

Shades of Allports #12617C

Tints of Allports #12617C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.59%

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

R = 7.53%
G = 40.59%
B = 51.88%

CMYK

 C value IS 0.85

 M value IS 0.22

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12617C (or 0x12617C) is known color: Allports. HEX triplet: 12, 61 and 7C. RGB value is (18,97,124). Sum of RGB (Red+Green+Blue) = 18+97+124=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #12617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12617C is #ED9E83. Grayscale: #4C4C4C. Windows color (decimal): -15572612 or 8151314. OLE color: 8151314.

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

Color convert

RGB 18 97 124 -
CMYK 0.85 0.22 0 0.51
HSL 195.28º 0.75% 0.28% -
HSV(B) 195.28º 0.85% 0.49% -
XYZ 8.16 10.13 20.59 -
YUV 76.46 154.83 86.3 -
System Red Green Blue C M Y K H S L
Decimal 18 97 124 0.85 0.22 0 0.51 195.28 0.75 0.28
Hex 12 61 7C 55 16 0 33 C3 4B 1C
Octal 22 141 174 125 26 0 63 303 113 34
Binary 10010 1100001 1111100 1010101 10110 0 110011 11000011 1001011 11100

Color Harmonies of #12617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12617C

Black with #12617C

Text Example


Text Example

White with #12617C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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