Html Css Color HEX #12757F Allports

📋 copy color: '#12757F'

red 18 ◦ green 117 ◦ blue 127

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

Shades of Allports #12757F

Tints of Allports #12757F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.47%

R = 6.87%
G = 44.66%
B = 48.47%

CMYK

 C value IS 0.86

 M value IS 0.08

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#12757F (or 0x12757F) is known color: Allports. HEX triplet: 12, 75 and 7F. RGB value is (18,117,127). Sum of RGB (Red+Green+Blue) = 18+117+127=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 117 (46.09% from 255 or 44.66% from 262); Blue value is 127 (50% from 255 or 48.47% from 262); Max value from RGB is 127 - color contains mainly: blue. Hex color #12757F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12757F is #ED8A80. Grayscale: #585858. Windows color (decimal): -15567489 or 8353042. OLE color: 8353042.

HSL color Cylindrical-coordinate representation of color #12757F: hue angle of 185.5º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #12757F is Cyan = 0.86, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 117 127 -
CMYK 0.86 0.08 0 0.50
HSL 185.5º 0.75% 0.28% -
HSV(B) 185.5º 0.86% 0.5% -
XYZ 10.44 14.38 22.3 -
YUV 88.54 149.7 77.69 -
System Red Green Blue C M Y K H S L
Decimal 18 117 127 0.86 0.08 0 0.50 185.5 0.75 0.28
Hex 12 75 7F 56 8 0 32 BA 4B 1C
Octal 22 165 177 126 10 0 62 272 113 34
Binary 10010 1110101 1111111 1010110 1000 0 110010 10111010 1001011 11100

Color Harmonies of #12757F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12757F

Black with #12757F

Text Example


Text Example

White with #12757F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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