Html Css Color HEX #12757C Allports

📋 copy color: '#12757C'

red 18 ◦ green 117 ◦ blue 124

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

Shades of Allports #12757C

Tints of Allports #12757C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 6.95%
G = 45.17%
B = 47.88%

CMYK

 C value IS 0.85

 M value IS 0.06

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#12757C (or 0x12757C) is known color: Allports. HEX triplet: 12, 75 and 7C. RGB value is (18,117,124). Sum of RGB (Red+Green+Blue) = 18+117+124=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #12757C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12757C is #ED8A83. Grayscale: #585858. Windows color (decimal): -15567492 or 8156434. OLE color: 8156434.

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

Color convert

RGB 18 117 124 -
CMYK 0.85 0.06 0 0.51
HSL 183.96º 0.75% 0.28% -
HSV(B) 183.96º 0.85% 0.49% -
XYZ 10.25 14.31 21.29 -
YUV 88.2 148.2 77.93 -
System Red Green Blue C M Y K H S L
Decimal 18 117 124 0.85 0.06 0 0.51 183.96 0.75 0.28
Hex 12 75 7C 55 6 0 33 B8 4B 1C
Octal 22 165 174 125 6 0 63 270 113 34
Binary 10010 1110101 1111100 1010101 110 0 110011 10111000 1001011 11100

Color Harmonies of #12757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12757C

Black with #12757C

Text Example


Text Example

White with #12757C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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