#12607F

Color #12607F Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #12607F

Tints of Allports #12607F

Color information

#12607F (or 0x12607F) is unknown color: approx Allports. HEX triplet: 12, 60 and 7F. RGB value is (18,96,127). Sum of RGB (Red+Green+Blue) = 18+96+127=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #12607F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12607F is #ED9F80. Grayscale: #4C4C4C. Windows color (decimal): -15572865 or 8347666. OLE color: 8347666.

HSL color Cylindrical-coordinate representation of color #12607F: hue angle of 197.06º 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 #12607F is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1896127-
CMYK0.860.2400.50
HSL197.06º75.17%28.43%-
HSV(B)197.06º85.83%49.8%-
XYZ8.2610.0321.58-
YUV76.21156.6686.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.47%
GREEN value IS 96 (37.89% from 255) = 39.83%
BLUE value IS 127 (50% from 255) = 52.70%
R=7.47%
G=39.83%
B=52.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal18961270.860.2400.50197.0675.1728.43
Hex12607F5618032c54b1c
Octal221401771263006230511334
Binary1001011000001111111101011011000011001011000101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12607F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12607F;
 }
 .AnyTagClassName
 {
   color: #12607F;
 }
</style>
background-color css

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

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

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

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

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

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